update seed data

This commit is contained in:
Takeshi Kimata
2024-07-18 09:39:16 +09:00
parent 2ef49526ae
commit 32ddf0f1d8

View File

@@ -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(),
},