Fixed migration for mysql.
This commit is contained in:
parent
1654c678f1
commit
cefaf34245
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue