diff options
author | Jan Provaznik <jprovaznik@gitlab.com> | 2018-03-05 08:25:27 +0100 |
---|---|---|
committer | Jan Provaznik <jprovaznik@gitlab.com> | 2018-03-05 08:40:10 +0100 |
commit | 029763076c51aec7312c0c13f0ad3f66d018fd6e (patch) | |
tree | b4247409d27cfb3dbdb67f3aa794b6b94ca6e61c /db/schema.rb | |
parent | 8a0052c037f025b64159ca8cfe0d3451261c1edb (diff) | |
download | gitlab-ce-jprovazn-count-cleanup.tar.gz |
Cleanup after adding MR diff's commit_countjprovazn-count-cleanup
* processes any pending records which are not migrated yet
* bumps import_export version because of new commits_count attribute
* removes commits_count fallback method
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 db8bafe9677..4937fbd3df1 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: 20180301084653) do +ActiveRecord::Schema.define(version: 20180304204842) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |