feat: implement initial database schema and services for authentication, restaurants, categories, and menu items with image support.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Category" ADD COLUMN "image" TEXT;
|
||||
Reference in New Issue
Block a user