about summary refs log tree commit diff
path: root/app/models/status_mute.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/status_mute.rb')
-rw-r--r--app/models/status_mute.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/status_mute.rb b/app/models/status_mute.rb
index 223893604..1e01f0278 100644
--- a/app/models/status_mute.rb
+++ b/app/models/status_mute.rb
@@ -4,7 +4,7 @@
 # Table name: status_mutes
 #
 #  id         :bigint(8)        not null, primary key
-#  account_id :integer          not null
+#  account_id :bigint(8)        not null
 #  status_id  :bigint(8)        not null
 #