gab-social/db/migrate/20190510231315_add_pro_expi...

6 lines
138 B
Ruby

class AddProExpiresAtToAccounts < ActiveRecord::Migration[5.2]
def change
add_column :accounts, :pro_expires_at, :datetime
end
end