Fixed migration for mysql.

This commit is contained in:
Rolf Schmidt 2016-08-17 09:59:35 +02:00
parent 1654c678f1
commit cefaf34245

View file

@ -90,6 +90,8 @@ class UpdateRole < ActiveRecord::Migration
to_migrate: false, to_migrate: false,
to_delete: false, to_delete: false,
position: 1400, position: 1400,
created_by_id: 1,
updated_by_id: 1,
) )
ObjectManager::Attribute.add( ObjectManager::Attribute.add(
@ -128,6 +130,8 @@ class UpdateRole < ActiveRecord::Migration
to_migrate: false, to_migrate: false,
to_delete: false, to_delete: false,
position: 1600, position: 1600,
created_by_id: 1,
updated_by_id: 1,
) )
end end