Commit a77e3e0a authored by Stan Hu's avatar Stan Hu Committed by Rémy Coutable

Merge branch 'fix-missing-schema-update' into 'master'

Fix missing schema update for 20160722221922

20160722221922 was merged in 8.10.1 but the schema.rb was not updated.

See merge request !5512
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 2dfa7072
......@@ -18,6 +18,7 @@ v 8.10.2 (unreleased)
- Fix expand all diffs button in compare view. !5500
- Show release notes in tags list. !5503
- Fix a bug where forking a project from a repository storage to another would fail. !5509
- Fix missing schema update for `20160722221922`. !5512
v 8.10.1
- Refactor repository storages documentation. !5428
......
......@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20160721081015) do
ActiveRecord::Schema.define(version: 20160722221922) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment