spec/dummy/db/migrate/20140522110326_create_accounts.rb in bookingsync-engine-3.0.2 vs spec/dummy/db/migrate/20140522110326_create_accounts.rb in bookingsync-engine-4.0.0
- old
+ new
@@ -1,5 +1,5 @@
-class CreateAccounts < ActiveRecord::Migration
+class CreateAccounts < ActiveRecord::Migration[5.2]
def change
create_table :accounts do |t|
t.timestamps
end