db/migrate/20140128155152_create_roles.rb in blacklight-spotlight-0.34.1 vs db/migrate/20140128155152_create_roles.rb in blacklight-spotlight-1.0.0.alpha1

- old
+ new

@@ -1,5 +1,5 @@ -class CreateRoles < ActiveRecord::Migration +class CreateRoles < ActiveRecord::Migration[4.2] def change create_table :spotlight_roles do |t| t.references :exhibit t.references :user t.string :role