diff options
Diffstat (limited to 'app/models/mute.rb')
-rw-r--r-- | app/models/mute.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/mute.rb b/app/models/mute.rb index 0d597a275..bcd3d247c 100644 --- a/app/models/mute.rb +++ b/app/models/mute.rb @@ -3,11 +3,11 @@ # # Table name: mutes # -# id :integer not null, primary key -# account_id :integer not null -# target_account_id :integer not null # created_at :datetime not null # updated_at :datetime not null +# account_id :integer not null +# id :integer not null, primary key +# target_account_id :integer not null # hide_notifications :boolean default(TRUE), not null # |