summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-09-05 11:58:11 +0100
committerSean McGivern <sean@gitlab.com>2017-09-06 10:07:47 +0100
commitac816d90d4cc116117497479f400211a43db6be1 (patch)
tree7f25cd7a2da94d6e76277addfc7d580723d351f8 /db/schema.rb
parenta3f76b76a4b8db85c6fa557a5e801dcea7195735 (diff)
downloadgitlab-ce-ac816d90d4cc116117497479f400211a43db6be1.tar.gz
Fix migration
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index c25ca40b906..981ce5425d3 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1202,7 +1202,6 @@ ActiveRecord::Schema.define(version: 20170901071411) do
t.boolean "public_builds", default: true, null: false
t.boolean "last_repository_check_failed"
t.datetime "last_repository_check_at"
- t.boolean "resolve_outdated_diff_discussions", default: false, null: false
t.boolean "container_registry_enabled"
t.boolean "only_allow_merge_if_pipeline_succeeds", default: false, null: false
t.boolean "has_external_issue_tracker"
@@ -1220,6 +1219,7 @@ ActiveRecord::Schema.define(version: 20170901071411) do
t.string "ci_config_path"
t.text "delete_error"
t.integer "storage_version", limit: 2
+ t.boolean "resolve_outdated_diff_discussions"
end
add_index "projects", ["ci_id"], name: "index_projects_on_ci_id", using: :btree