20161027172456_add_silenced_to_accounts.rb (157B)
- class AddSilencedToAccounts < ActiveRecord::Migration[5.0]
- def change
- add_column :accounts, :silenced, :boolean, null: false, default: false
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20161027172456_add_silenced_to_accounts.rb (157B)
- class AddSilencedToAccounts < ActiveRecord::Migration[5.0]
- def change
- add_column :accounts, :silenced, :boolean, null: false, default: false
- end
- end