Gab-Social/db/migrate/20190510231315_add_pro_expires_at_to_accounts.rb
2019-07-02 03:10:25 -04:00

6 lines
138 B
Ruby

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