added second coach/admin for dev data
This commit is contained in:
parent
11348cbd1c
commit
98cd757666
|
|
@ -18,6 +18,7 @@ module.exports = {
|
|||
|
||||
await createUsers(queryInterface, roles, [
|
||||
{ email: 'sparky.anderson@bullpen.com', password: 'sparky$123', firstName: 'Sparky', lastName: 'Anderson', dateOfBirth: new Date(1934, 1, 22), roles: ['coach', 'admin'] },
|
||||
{ email: 'c@d', password: 'demo$123', firstName: 'Demo', lastName: 'Coach', dateOfBirth: new Date(1970, 1, 22), roles: ['coach', 'admin'] },
|
||||
]);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue