about summary refs log tree commit diff
path: root/app/models
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-10-22 19:32:58 -0500
committerFire Demon <firedemon@creature.cafe>2020-10-22 19:32:58 -0500
commit36aacb3fd2837981d5cfc8354105b7dcb325065e (patch)
treebaa2f22a5ed503c0cd233d858d1d0491c4386e3d /app/models
parentadf60e63806a4b8f843ce6722a9086044f0bb5cd (diff)
Update schema
Diffstat (limited to 'app/models')
-rw-r--r--app/models/mute.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/mute.rb b/app/models/mute.rb
index bdd1d27d6..07135b215 100644
--- a/app/models/mute.rb
+++ b/app/models/mute.rb
@@ -9,9 +9,8 @@
 #  hide_notifications :boolean          default(TRUE), not null
 #  account_id         :bigint(8)        not null
 #  target_account_id  :bigint(8)        not null
-#  hide_notifications :boolean          default(TRUE), not null
-#  expires_at         :datetime
 #  timelines_only     :boolean          default(FALSE), not null
+#  expires_at         :datetime
 #
 
 class Mute < ApplicationRecord