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