mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-26 06:46:40 +00:00
minor bug files, remove unqiue constraint, and start migration
This commit is contained in:
@@ -68,6 +68,8 @@ const updateHttpResourceBodySchema = z
|
||||
}
|
||||
);
|
||||
|
||||
export type UpdateResourceResponse = Resource;
|
||||
|
||||
const updateRawResourceBodySchema = z
|
||||
.object({
|
||||
name: z.string().min(1).max(255).optional(),
|
||||
|
||||
Reference in New Issue
Block a user