Update strong-migrations-enabled migrations from 5.0 and 5.1 to 5.2 (#24275)
parent
5b9c983305
commit
3319e54632
@ -1,7 +1,7 @@
|
||||
class RemoveSubscriptionExpiresAtFromAccounts < ActiveRecord::Migration[5.0]
|
||||
class RemoveSubscriptionExpiresAtFromAccounts < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
safety_assured do
|
||||
remove_column :accounts, :subscription_expires_at, :datetime, null: true, default: nil
|
||||
remove_column :accounts, :subscription_expires_at, :datetime, null: true, default: nil, precision: nil
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in new issue