logo

mastofe

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

20170714184731_add_domain_to_subscriptions.rb (133B)


  1. class AddDomainToSubscriptions < ActiveRecord::Migration[5.1]
  2. def change
  3. add_column :subscriptions, :domain, :string
  4. end
  5. end