Fix schema downgrade introduced by: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1299
This commit is contained in:
parent
f481637245
commit
eb1444ee11
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20150916000405) do
|
||||
ActiveRecord::Schema.define(version: 20150916145038) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
||||
|
|
Loading…
Reference in a new issue