mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-24 03:23:48 -05:00
Add a hide_notifications column to mutes
This commit is contained in:
parent
fdb0848e08
commit
90a0176b0b
@ -0,0 +1,5 @@
|
||||
class AddHideNotificationsToMute < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :mutes, :hide_notifications, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user