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.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/structure.sql b/db/structure.sql
index 9856a06a66f..7822973b778 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -12761,7 +12761,8 @@ CREATE TABLE broadcast_messages (
broadcast_type smallint DEFAULT 1 NOT NULL,
dismissable boolean,
target_access_levels integer[] DEFAULT '{}'::integer[] NOT NULL,
- theme smallint DEFAULT 0 NOT NULL
+ theme smallint DEFAULT 0 NOT NULL,
+ show_in_cli boolean DEFAULT true NOT NULL
);
CREATE SEQUENCE broadcast_messages_id_seq