Fixed deploy_db script after db changes
This commit is contained in:
parent
1d1b4aa1cf
commit
6fac2058bc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if ( $ENV{MOJO_MODE} eq 'development' ) {
|
||||||
email => 'test@example.com',
|
email => 'test@example.com',
|
||||||
password => 'abc123',
|
password => 'abc123',
|
||||||
customer => {
|
customer => {
|
||||||
username => 'Test User',
|
name => 'Test User',
|
||||||
age_range_id => 1,
|
age_range_id => 1,
|
||||||
postcode => 'LA1 1AA',
|
postcode => 'LA1 1AA',
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue