about summary refs log tree commit diff
path: root/app/models/mention.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/mention.rb')
-rw-r--r--app/models/mention.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/mention.rb b/app/models/mention.rb
index 3700c781c..14533e6a9 100644
--- a/app/models/mention.rb
+++ b/app/models/mention.rb
@@ -3,11 +3,11 @@
 #
 # Table name: mentions
 #
+#  id         :integer          not null, primary key
 #  status_id  :integer
 #  created_at :datetime         not null
 #  updated_at :datetime         not null
 #  account_id :integer
-#  id         :integer          not null, primary key
 #
 
 class Mention < ApplicationRecord