about summary refs log tree commit diff
path: root/db/migrate/20180514140000_revert_index_change_on_statuses_for_api_v1_accounts_account_id...
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-03-27 16:09:10 +0200
committerGitHub <noreply@github.com>2023-03-27 16:09:10 +0200
commitc0e87ad8edae84d9363ff5bf67b0fd34ebff3eeb (patch)
tree5ce58f1925275d48779e7efe1e319a81675b7794 /db/migrate/20180514140000_revert_index_change_on_statuses_for_api_v1_accounts_account_id_statuses.rb
parentcf12621e3751117f411890382fe599514e2863e1 (diff)
Update strong-migrations-enabled migrations from 5.0 and 5.1 to 5.2 (#24275)
Diffstat (limited to 'db/migrate/20180514140000_revert_index_change_on_statuses_for_api_v1_accounts_account_id_statuses.rb')
-rw-r--r--db/migrate/20180514140000_revert_index_change_on_statuses_for_api_v1_accounts_account_id_statuses.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20180514140000_revert_index_change_on_statuses_for_api_v1_accounts_account_id_statuses.rb b/db/migrate/20180514140000_revert_index_change_on_statuses_for_api_v1_accounts_account_id_statuses.rb
index c00302804..242ae7410 100644
--- a/db/migrate/20180514140000_revert_index_change_on_statuses_for_api_v1_accounts_account_id_statuses.rb
+++ b/db/migrate/20180514140000_revert_index_change_on_statuses_for_api_v1_accounts_account_id_statuses.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-class RevertIndexChangeOnStatusesForApiV1AccountsAccountIdStatuses < ActiveRecord::Migration[5.1]
+class RevertIndexChangeOnStatusesForApiV1AccountsAccountIdStatuses < ActiveRecord::Migration[5.2]
   disable_ddl_transaction!
 
   def change