logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20160919221059_add_subscription_expires_at_to_accounts.rb (183B)


  1. class AddSubscriptionExpiresAtToAccounts < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :accounts, :subscription_expires_at, :datetime, null: true, default: nil
  4. end
  5. end