diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-16 08:25:09 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-16 08:25:09 -0600 |
commit | 7308e2b961c2891f2ef9bbdf59f80021ebf58bd5 (patch) | |
tree | dda58f5488f4259e54b1af11ea4444cfc51020ab /db/schema.rb | |
parent | 06239e13e580e0a3e6020f2e3b4e8d5d03d7ab92 (diff) | |
download | gitlab-ce-7308e2b961c2891f2ef9bbdf59f80021ebf58bd5.tar.gz |
Remove comments in migration
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index bd6b56df9ba..e0208dab3d3 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -580,9 +580,9 @@ ActiveRecord::Schema.define(version: 20170215200045) do end add_index "labels", ["group_id", "project_id", "title"], name: "index_labels_on_group_id_and_project_id_and_title", unique: true, using: :btree + add_index "labels", ["type", "project_id"], name: "index_labels_on_type_and_project_id", using: :btree add_index "labels", ["project_id"], name: "index_labels_on_project_id", using: :btree add_index "labels", ["title"], name: "index_labels_on_title", using: :btree - add_index "labels", ["type", "project_id"], name: "index_labels_on_type_and_project_id", using: :btree create_table "lfs_objects", force: :cascade do |t| t.string "oid", null: false |