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:
authorWei-Meng Lee <wlee@gitlab.com>2019-02-15 20:00:22 +0300
committerWei-Meng Lee <wlee@gitlab.com>2019-05-31 15:45:21 +0300
commit6d73ce696c02bc949b9e3e71b8c14554e43ab340 (patch)
tree4df994c04194cdad7915fcf63eb655d405ab9325 /db/schema.rb
parent4e888212a1cdf5898c5cef69f5a2de909a275d31 (diff)
Add notification_email to NotificationSetting
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 1fdfb73eb59..39d9743bcc9 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1516,6 +1516,7 @@ ActiveRecord::Schema.define(version: 20190527194900) do
t.boolean "success_pipeline"
t.boolean "push_to_merge_request"
t.boolean "issue_due"
+ t.string "notification_email"
t.index ["source_id", "source_type"], name: "index_notification_settings_on_source_id_and_source_type", using: :btree
t.index ["user_id", "source_id", "source_type"], name: "index_notifications_on_user_id_and_source_id_and_source_type", unique: true, using: :btree
t.index ["user_id"], name: "index_notification_settings_on_user_id", using: :btree