fix: missing field

This commit is contained in:
Methapon Metanipat 2024-09-10 15:51:22 +07:00
parent c755650fed
commit c38a1ce0c0
4 changed files with 17 additions and 2 deletions

View file

@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "Product" ADD COLUMN "selectedImage" TEXT;
-- AlterTable
ALTER TABLE "Service" ADD COLUMN "selectedImage" TEXT;