core: make project updated timestamp optional to support legacy project data
This commit is contained in:
parent
238f441bcb
commit
edffcc32cf
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export namespace Project {
|
||||||
.optional(),
|
.optional(),
|
||||||
time: z.object({
|
time: z.object({
|
||||||
created: z.number(),
|
created: z.number(),
|
||||||
updated: z.number().optional(),
|
updated: z.number(),
|
||||||
initialized: z.number().optional(),
|
initialized: z.number().optional(),
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue