diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-05-22 14:44:09 +1200 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-05-31 13:27:39 +1200 |
commit | bfed231152fa476aa4be6e221d65dc5225d19537 (patch) | |
tree | c5966b6de43af47c63679505e05f3823d7d53d89 /db/schema.rb | |
parent | 851321f725062e34248f3d3053cdb92d89d2a1f3 (diff) | |
download | gitlab-ce-bfed231152fa476aa4be6e221d65dc5225d19537.tar.gz |
Postmigrate to drop domain column56959-drop-project_auto_devops_domain
Now that the column is ignored, we can safely drop the column
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 89140048ad3..ef272be22ee 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1632,7 +1632,6 @@ ActiveRecord::Schema.define(version: 20190527194900) do t.datetime_with_timezone "created_at", null: false t.datetime_with_timezone "updated_at", null: false t.boolean "enabled" - t.string "domain" t.integer "deploy_strategy", default: 0, null: false t.index ["project_id"], name: "index_project_auto_devops_on_project_id", unique: true, using: :btree end |