Merge branch 'fix-schema-downgrade' into 'master'
Fix schema downgrade introduced by: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1299
Fixes: 2e9a7032ce
Introduced by: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1299
See merge request !1326
This commit is contained in:
commit
591f2e1df2
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