diff options
author | Felipe Artur <felipefac@gmail.com> | 2016-06-20 11:52:43 -0300 |
---|---|---|
committer | Felipe Artur <felipefac@gmail.com> | 2016-06-20 11:56:52 -0300 |
commit | 8a2a01e023b719af7c5823973a84758ef4012bac (patch) | |
tree | e48c66a5ec82d5e3179d294c2f5424a88c9cf768 /db | |
parent | 699badabc9670e836eafaf1c66248f49ea41a098 (diff) | |
download | gitlab-ce-8a2a01e023b719af7c5823973a84758ef4012bac.tar.gz |
Add notification_settings:events to schemaissue_12758_2
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 3 |
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 |