Removed other deedtype and added other document type to seeder

This commit is contained in:
Vins 2023-08-07 15:26:22 +02:00
parent 0fcdb3e907
commit 5ae54093a1

View File

@ -944,15 +944,6 @@ 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[] = [
@ -1255,6 +1246,15 @@ export default async function main() {
created_at: new Date(), created_at: new Date(),
updated_at: new Date(), updated_at: new Date(),
}, },
{
archived_at: null,
name: "Other",
office: offices[0],
private_description: "Other",
public_description: "Other",
created_at: new Date(),
updated_at: new Date(),
},
]; ];
const officeFolders: OfficeFolder[] = [ const officeFolders: OfficeFolder[] = [