first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:09:32 +03:00
commit 71eff2d979
78 changed files with 10173 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "user" ADD COLUMN "role" text DEFAULT 'user' NOT NULL;