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

6 lines
138 B
Ruby
Raw Normal View History

2019-07-02 08:10:25 +01:00
class AddProExpiresAtToAccounts < ActiveRecord::Migration[5.2]
def change
add_column :accounts, :pro_expires_at, :datetime
end
end