mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Add a hide_notifications column to mutes
This commit is contained in:
parent
3cac5bc2c3
commit
27e55da853
@ -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…
Reference in New Issue
Block a user