db/migrate/20140202020202_create_bookmarks.rb in blacklight-6.0.0.pre5 vs db/migrate/20140202020202_create_bookmarks.rb in blacklight-6.0.0

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true class CreateBookmarks < ActiveRecord::Migration def self.up create_table :bookmarks do |t| t.integer :user_id, :null=>false t.string :user_type