~cytrogen/masto-fe

ref: c3a8f6a0a33c264d0c461232ab35034a1210a733 masto-fe/db/migrate/20170716191202_add_hide_notifications_to_mute.rb -rw-r--r-- 169 bytes
c3a8f6a0 — Claire Fix glitch-soc HAML linting issues (#2166) 3 years ago
                                                                                
1
2
3
4
5
class AddHideNotificationsToMute < ActiveRecord::Migration[5.1]
  def change
    add_column :mutes, :hide_notifications, :boolean, default: false, null: false
  end
end