diff options
Diffstat (limited to 'db/migrate/20180831171112_create_bookmarks.rb')
-rw-r--r-- | db/migrate/20180831171112_create_bookmarks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20180831171112_create_bookmarks.rb b/db/migrate/20180831171112_create_bookmarks.rb index 27c7339c9..a08e60739 100644 --- a/db/migrate/20180831171112_create_bookmarks.rb +++ b/db/migrate/20180831171112_create_bookmarks.rb @@ -1,4 +1,4 @@ -class CreateBookmarks < ActiveRecord::Migration[5.1] +class CreateBookmarks < ActiveRecord::Migration[5.2] def change create_table :bookmarks do |t| t.references :account, null: false |