summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2016-06-20 11:52:43 -0300
committerFelipe Artur <felipefac@gmail.com>2016-06-20 11:56:52 -0300
commit8a2a01e023b719af7c5823973a84758ef4012bac (patch)
treee48c66a5ec82d5e3179d294c2f5424a88c9cf768
parent699badabc9670e836eafaf1c66248f49ea41a098 (diff)
downloadgitlab-ce-issue_12758_2.tar.gz
Add notification_settings:events to schemaissue_12758_2
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 4c1eb8cc1b3..29f90c47848 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20160616103948) do
+ActiveRecord::Schema.define(version: 20160617301627) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -708,6 +708,7 @@ ActiveRecord::Schema.define(version: 20160616103948) do
t.integer "level", default: 0, null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
+ t.text "events"
end
add_index "notification_settings", ["source_id", "source_type"], name: "index_notification_settings_on_source_id_and_source_type", using: :btree