Changes on Admin Interface

This commit is contained in:
2026-03-21 17:10:03 +01:00
parent ac2e2fcfe9
commit be336a51ab
3 changed files with 974 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "auth_users"
ADD COLUMN "is_admin" boolean NOT NULL DEFAULT false;