Remove subscription_expires_at leftover from OStatus (#15857)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class RemoveSubscriptionExpiresAtFromAccounts < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
safety_assured do
|
||||
remove_column :accounts, :subscription_expires_at, :datetime, null: true, default: nil
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user