mirror of
https://github.com/EdiFarcas/Giveaway-app.git
synced 2026-06-28 21:00:48 +03:00
Update, profile and part of admin
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "Video" (
|
||||
"id" TEXT NOT NULL,
|
||||
"URL" TEXT,
|
||||
|
||||
CONSTRAINT "Video_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
Reference in New Issue
Block a user