diff options
author | Oswaldo Ferreira <oswaldo@gitlab.com> | 2017-08-07 16:34:57 -0300 |
---|---|---|
committer | Oswaldo Ferreira <oswaldo@gitlab.com> | 2017-08-07 16:46:30 -0300 |
commit | 16cffa97f64f55a16a50cf861e133021f31c828f (patch) | |
tree | 11ea0ed90591a07479045fd024ac60280813cc32 /db/schema.rb | |
parent | 0640b3d1d89b7a4eda343eb23b0518a835ac9106 (diff) | |
download | gitlab-ce-16cffa97f64f55a16a50cf861e133021f31c828f.tar.gz |
Move locked_at removal to post-deployment migration
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
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" |