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:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-08-07 22:34:57 +0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-08-07 22:46:30 +0300
commit16cffa97f64f55a16a50cf861e133021f31c828f (patch)
tree11ea0ed90591a07479045fd024ac60280813cc32 /db/schema.rb
parent0640b3d1d89b7a4eda343eb23b0518a835ac9106 (diff)
Move locked_at removal to post-deployment 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 4816e1aefab..9fdf064a225 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20170803130232) do
+ActiveRecord::Schema.define(version: 20170807160457) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"