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 ed7fb02520d..3e55c8ff615 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -19759,7 +19759,8 @@ CREATE TABLE notification_settings (
new_release boolean,
moved_project boolean DEFAULT true NOT NULL,
change_reviewer_merge_request boolean,
- merge_when_pipeline_succeeds boolean DEFAULT false NOT NULL
+ merge_when_pipeline_succeeds boolean DEFAULT false NOT NULL,
+ approver boolean DEFAULT false NOT NULL
);
CREATE SEQUENCE notification_settings_id_seq