add moderatorId to avoid schema warnings

This commit is contained in:
Moriz Wahl 2023-06-29 15:47:41 +02:00
parent a2d17ba509
commit 0c96c76d32

View File

@ -39,6 +39,7 @@ const defaultData = () => {
deletedBy: null,
deletedAt: null,
createdAt: new Date(),
moderatorId: null,
},
{
id: 2,
@ -61,6 +62,7 @@ const defaultData = () => {
deletedBy: null,
deletedAt: null,
createdAt: new Date(),
moderatorId: null,
},
],
},