Skip to content

Commit

Permalink
fix(Seed): Moved module related seedData into their respective modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pilsy committed Nov 21, 2014
1 parent 4c7363c commit e0fb14f
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions schema/seedData.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,3 @@
{
"UserModel": [
{
"firstname": "Clever",
"lastname": "Stack",
"email": "[email protected]",
"username": "default",
"password": "a31a61e94f3799a9385dab9966c4c22c9f5790c4",
"hasAdminRight": true,
"confirmed": true,
"active": true,
"associations": {
"RoleModel": [
{
"name": "Admin",
"AccountId": 1
}
],
"AccountModel": [
{
"name": "Default Account"
}
]
}
}
],
"AccountModel": [
{
"name": "Default Account",
"email": "[email protected]",
"subDomain": "default",
"active": true
}
]

}

0 comments on commit e0fb14f

Please sign in to comment.