Remove age_range_id setting from dev_data script
This commit is contained in:
parent
6f5e0fb31e
commit
41072acc07
1 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ sub run {
|
||||||
customer => {
|
customer => {
|
||||||
full_name => 'Test User',
|
full_name => 'Test User',
|
||||||
display_name => 'Test User',
|
display_name => 'Test User',
|
||||||
age_range_id => 1,
|
year_of_birth => 2006,
|
||||||
postcode => 'LA1 1AA',
|
postcode => 'LA1 1AA',
|
||||||
},
|
},
|
||||||
administrator => {},
|
administrator => {},
|
||||||
|
@ -55,7 +55,7 @@ sub run {
|
||||||
customer => {
|
customer => {
|
||||||
full_name => 'Test User 2',
|
full_name => 'Test User 2',
|
||||||
display_name => 'Test User 2',
|
display_name => 'Test User 2',
|
||||||
age_range_id => 1,
|
year_of_birth => 2006,
|
||||||
postcode => 'LA1 1AA',
|
postcode => 'LA1 1AA',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
@ -66,7 +66,7 @@ sub run {
|
||||||
customer => {
|
customer => {
|
||||||
full_name => 'Test User 3',
|
full_name => 'Test User 3',
|
||||||
display_name => 'Test User 3',
|
display_name => 'Test User 3',
|
||||||
age_range_id => 1,
|
year_of_birth => 2006,
|
||||||
postcode => 'LA1 1AA',
|
postcode => 'LA1 1AA',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue