checkin, with customer model
This commit is contained in:
20
demodata.json
Normal file
20
demodata.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"ids": {
|
||||
"User": 1,
|
||||
"AccessToken": 1,
|
||||
"ACL": 1,
|
||||
"RoleMapping": 1,
|
||||
"Role": 1,
|
||||
"Customer": 2
|
||||
},
|
||||
"models": {
|
||||
"User": {},
|
||||
"AccessToken": {},
|
||||
"ACL": {},
|
||||
"RoleMapping": {},
|
||||
"Role": {},
|
||||
"Customer": {
|
||||
"1": "{\"firstname\":\"Demo\",\"lastname\":\"User\",\"email\":\"demo@user.com\",\"id\":1}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user