summaryrefslogtreecommitdiff
path: root/db/migrate/20210413155324_add_pause_seconds_to_batched_background_migrations.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20210413155324_add_pause_seconds_to_batched_background_migrations.rb')
-rw-r--r--db/migrate/20210413155324_add_pause_seconds_to_batched_background_migrations.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/db/migrate/20210413155324_add_pause_seconds_to_batched_background_migrations.rb b/db/migrate/20210413155324_add_pause_seconds_to_batched_background_migrations.rb
deleted file mode 100644
index ca73c85963e..00000000000
--- a/db/migrate/20210413155324_add_pause_seconds_to_batched_background_migrations.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-class AddPauseSecondsToBatchedBackgroundMigrations < ActiveRecord::Migration[6.0]
- def change
- add_column :batched_background_migrations, :pause_ms, :integer, null: false, default: 100
- end
-end