Removed other deedtype and added other document type to seeder
This commit is contained in:
parent
0fcdb3e907
commit
5ae54093a1
@ -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[] = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user