mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
minor bug files, remove unqiue constraint, and start migration
This commit is contained in:
parent
ff37e07ce6
commit
e11748fe30
5 changed files with 97 additions and 10 deletions
|
@ -68,6 +68,8 @@ const updateHttpResourceBodySchema = z
|
|||
}
|
||||
);
|
||||
|
||||
export type UpdateResourceResponse = Resource;
|
||||
|
||||
const updateRawResourceBodySchema = z
|
||||
.object({
|
||||
name: z.string().min(1).max(255).optional(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue