db/migrate/20160919151348_create_sipity.rb in hyrax-1.0.1 vs db/migrate/20160919151348_create_sipity.rb in hyrax-1.0.2
- old
+ new
@@ -1,5 +1,5 @@
-class CreateSipity < ActiveRecord::Migration
+class CreateSipity < ActiveRecord::Migration[4.2]
def change
create_table "sipity_notification_recipients" do |t|
t.integer "notification_id", null: false
t.integer "role_id", null: false
t.string "recipient_strategy", null: false