feat: admin role

This commit is contained in:
2026-05-10 01:15:48 +02:00
parent d668d54cc3
commit 35fffeef67
16 changed files with 109 additions and 341 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE users ADD COLUMN role TEXT NOT NULL DEFAULT 'standard';