feat: add banner field to the restaurant model.

This commit is contained in:
2025-12-03 19:16:18 +03:00
parent fdfaafcdda
commit 08404eb145
4 changed files with 8 additions and 0 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Restaurant" ADD COLUMN "banner" TEXT;