From bfed231152fa476aa4be6e221d65dc5225d19537 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Wed, 22 May 2019 14:44:09 +1200 Subject: Postmigrate to drop domain column Now that the column is ignored, we can safely drop the column --- db/schema.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'db/schema.rb') 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 -- cgit v1.2.3