Added other deed type to seeder
This commit is contained in:
parent
e660e2d7d9
commit
0fcdb3e907
@ -944,6 +944,15 @@ export default async function main() {
|
|||||||
created_at: new Date(),
|
created_at: new Date(),
|
||||||
updated_at: new Date(),
|
updated_at: new Date(),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Other",
|
||||||
|
archived_at: null,
|
||||||
|
description: "Other",
|
||||||
|
office: offices[0],
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const deeds: Deed[] = [
|
const deeds: Deed[] = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user