Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/structure.sql')
-rw-r--r--db/structure.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/structure.sql b/db/structure.sql
index da2d4c50068..3a11a1fc7ab 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -9216,7 +9216,7 @@ ALTER SEQUENCE appearances_id_seq OWNED BY appearances.id;
CREATE TABLE application_setting_terms (
id integer NOT NULL,
cached_markdown_version integer,
- terms text,
+ terms text NOT NULL,
terms_html text
);