diff options
author | Bryce Johnson <bryce@gitlab.com> | 2017-04-22 01:47:07 -0400 |
---|---|---|
committer | Bryce Johnson <bryce@gitlab.com> | 2017-04-22 01:47:07 -0400 |
commit | a02061295995b288ddadd9ddcaa767ef9df0757c (patch) | |
tree | bcebe444401da1d0568629d2c17943ebcd2258ef /db/schema.rb | |
parent | f77a6a998d79136f0a2f81b9bd5ec8f98be238f3 (diff) | |
download | gitlab-ce-pipeline-schedule-frontend.tar.gz |
Checkpoint. Don't push.pipeline-schedule-frontend
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 6dd3cac6b73..8ef3a345d0f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1160,6 +1160,8 @@ ActiveRecord::Schema.define(version: 20170420092524) do t.datetime "updated_at", null: false end + add_index "system_note_metadata", ["note_id"], name: "index_system_note_metadata_on_note_id", unique: true, using: :btree + create_table "taggings", force: :cascade do |t| t.integer "tag_id" t.integer "taggable_id" |