refactor: simplify database colums

This commit is contained in:
Mauricio Siu
2024-09-01 00:48:47 -06:00
parent 73efe0d0ed
commit 766b166bf2
10 changed files with 70 additions and 76 deletions

View File

@@ -71,7 +71,7 @@ export const apiTraefikConfig = z.object({
export const apiGetBranches = z.object({
repo: z.string().min(1),
owner: z.string().min(1),
githubProviderId: z.string().optional(),
githubId: z.string().optional(),
});
export const apiModifyTraefikConfig = z.object({
path: z.string().min(1),