diff options
author | Jan Provaznik <jprovaznik@gitlab.com> | 2018-03-08 12:43:14 +0100 |
---|---|---|
committer | Jan Provaznik <jprovaznik@gitlab.com> | 2018-03-08 12:43:14 +0100 |
commit | 7db225e480e78948a1fc70517b4c8ab6ac1aeaf5 (patch) | |
tree | a14fc88751d29173c86297ddb06089aa32c8e215 /db | |
parent | 0f26f9681faf2d49949f52227d6f4bd90c1b6e93 (diff) | |
download | gitlab-ce-7db225e480e78948a1fc70517b4c8ab6ac1aeaf5.tar.gz |
Revert "Cleanup after adding MR diff's commit_count"
This reverts commit 0b7d10851456018328da137beeca931767b4fd0a.
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/20180304204842_clean_commits_count_migration.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/db/migrate/20180304204842_clean_commits_count_migration.rb b/db/migrate/20180304204842_clean_commits_count_migration.rb deleted file mode 100644 index ace4c6aa1cf..00000000000 --- a/db/migrate/20180304204842_clean_commits_count_migration.rb +++ /dev/null @@ -1,14 +0,0 @@ -class CleanCommitsCountMigration < ActiveRecord::Migration - include Gitlab::Database::MigrationHelpers - - DOWNTIME = false - - disable_ddl_transaction! - - def up - Gitlab::BackgroundMigration.steal('AddMergeRequestDiffCommitsCount') - end - - def down - end -end |