Project member management
This commit is contained in:
@@ -17,6 +17,69 @@ module.exports = {
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
{
|
||||
email: 'samuel@testplat.com',
|
||||
password: hashedPassword,
|
||||
username: 'Samuel Golden',
|
||||
role: 1,
|
||||
avatarPath: null,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
{
|
||||
email: 'trey@testplat.com',
|
||||
password: hashedPassword,
|
||||
username: 'Trey Fisher',
|
||||
role: 1,
|
||||
avatarPath: null,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
{
|
||||
email: 'zoe@testplat.com',
|
||||
password: hashedPassword,
|
||||
username: 'Zoe Woodward',
|
||||
role: 1,
|
||||
avatarPath: null,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
{
|
||||
email: 'roger@testplat.com',
|
||||
password: hashedPassword,
|
||||
username: 'Roger Hess',
|
||||
role: 1,
|
||||
avatarPath: null,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
{
|
||||
email: 'jasmine@testplat.com',
|
||||
password: hashedPassword,
|
||||
username: 'Jasmine Moody',
|
||||
role: 1,
|
||||
avatarPath: null,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
{
|
||||
email: 'tatsuya@testplat.com',
|
||||
password: hashedPassword,
|
||||
username: 'Suzuki Tatsuya',
|
||||
role: 1,
|
||||
avatarPath: null,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
{
|
||||
email: 'eri@testplat.com',
|
||||
password: hashedPassword,
|
||||
username: 'Sato Eri',
|
||||
role: 1,
|
||||
avatarPath: null,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
]);
|
||||
|
||||
// Add projects table records
|
||||
|
||||
Reference in New Issue
Block a user