Removed default value.
This commit is contained in:
parent
eb326adebd
commit
eb734b74cc
1 changed files with 0 additions and 1 deletions
|
@ -3146,7 +3146,6 @@ user = User.create_if_not_exists(
|
||||||
firstname: '-',
|
firstname: '-',
|
||||||
lastname: '',
|
lastname: '',
|
||||||
email: '',
|
email: '',
|
||||||
password: 'root',
|
|
||||||
active: false,
|
active: false,
|
||||||
updated_by_id: 1,
|
updated_by_id: 1,
|
||||||
created_by_id: 1
|
created_by_id: 1
|
||||||
|
|
Loading…
Reference in a new issue