about summary refs log tree commit diff
path: root/app/models
diff options
context:
space:
mode:
authorReverite <github@reverite.sh>2019-11-21 21:52:48 -0500
committerReverite <github@reverite.sh>2019-11-21 21:52:48 -0500
commit37a9551c3fe59dd1f50a363ce2532c5f00fdf228 (patch)
treec3972adfaaf33034bd9efd069881a2090f35e912 /app/models
parentb2c43eeece54980657875b29507e503531b010de (diff)
parent55f5e81a9dc4c6cede5d43e549061be2ea9be614 (diff)
Merge branch 'glitch' into production
Diffstat (limited to 'app/models')
-rw-r--r--app/models/bookmark.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/bookmark.rb b/app/models/bookmark.rb
index 916261a17..01dc48ee7 100644
--- a/app/models/bookmark.rb
+++ b/app/models/bookmark.rb
@@ -3,11 +3,11 @@
 #
 # Table name: bookmarks
 #
-#  id         :bigint(8)        not null, primary key
-#  account_id :bigint(8)        not null
-#  status_id  :bigint(8)        not null
+#  id         :integer          not null, primary key
 #  created_at :datetime         not null
 #  updated_at :datetime         not null
+#  account_id :integer          not null
+#  status_id  :integer          not null
 #
 
 class Bookmark < ApplicationRecord