Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2019-05-31 21:17:30 +0300
committerRobert Speicher <rspeicher@gmail.com>2019-05-31 21:17:30 +0300
commit9209736a22501dd4ea16afee86d0968bead84100 (patch)
treeb2a6db95d89af260af1b2f4fd404137565bbfd23 /db/schema.rb
parentb9798c157ac5973e9dd2b7ad95267014034a219f (diff)
parentbfed231152fa476aa4be6e221d65dc5225d19537 (diff)
Merge branch '56959-drop-project_auto_devops_domain' into 'master'
Removes project_auto_devops#domain column Closes #56959 See merge request gitlab-org/gitlab-ce!28574
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 39d9743bcc9..378cb9c65d0 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1633,7 +1633,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