db/migrate/20140228131207_create_resources.rb in blacklight-spotlight-0.34.1 vs db/migrate/20140228131207_create_resources.rb in blacklight-spotlight-1.0.0.alpha1
- old
+ new
@@ -1,5 +1,5 @@
-class CreateResources < ActiveRecord::Migration
+class CreateResources < ActiveRecord::Migration[4.2]
def change
create_table(:spotlight_resources) do |t|
t.references :exhibit
t.string :type
t.string :url