]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/user_mute.rb
Merge branch 'pull/5734'
[rails.git] / app / models / user_mute.rb
index 9bee39b8d8e15828a698c66513b6d11de54d418d..68f3bb67961d6a0ee59bc5faf09b27dde2ffbf1a 100644 (file)
@@ -2,9 +2,9 @@
 #
 # Table name: user_mutes
 #
-#  id         :bigint(8)        not null, primary key
-#  owner_id   :bigint(8)        not null
-#  subject_id :bigint(8)        not null
+#  id         :bigint           not null, primary key
+#  owner_id   :bigint           not null
+#  subject_id :bigint           not null
 #  created_at :datetime         not null
 #  updated_at :datetime         not null
 #