add customer seed script

This commit is contained in:
2017-01-26 16:11:31 -07:00
parent c24686fc99
commit d058554cf1
2 changed files with 83 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"ACL": 1,
"RoleMapping": 1,
"Role": 1,
"Customer": 2
"Customer": 1
},
"models": {
"User": {},
@@ -13,8 +13,6 @@
"ACL": {},
"RoleMapping": {},
"Role": {},
"Customer": {
"1": "{\"firstname\":\"Demo\",\"lastname\":\"User\",\"email\":\"demo@user.com\",\"id\":1}"
}
"Customer": {}
}
}