update seed data
This commit is contained in:
@@ -680,9 +680,16 @@ module.exports = {
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
{
|
||||
userId: 3,
|
||||
projectId: 2,
|
||||
role: 0,
|
||||
userId: 7,
|
||||
projectId: 1,
|
||||
role: 2,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
{
|
||||
userId: 8,
|
||||
projectId: 1,
|
||||
role: 1,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user