promote: dev → uat (pnpm-lock.yaml fix + CI/enum fixes + seed Docker fix) #48

Merged
The Dogfather merged 15 commits from dev into uat 2026-05-22 13:18:13 +00:00
Showing only changes of commit 3bec5d095a - Show all commits
-16
View File
@@ -48,22 +48,6 @@ export const clientStatusEnum = pgEnum("client_status", [
"disabled",
]);
export const petSizeCategoryEnum = pgEnum("pet_size_category", [
"small",
"medium",
"large",
"xlarge",
]);
export const coatTypeEnum = pgEnum("coat_type", [
"smooth",
"double",
"wire",
"curly",
"long",
"hairless",
]);
// ─── Better-Auth Tables ──────────────────────────────────────────────────────
export const user = pgTable("user", {