feat: add admin dashboard

This commit is contained in:
2026-04-29 09:44:57 -04:00
parent e319a5d092
commit baf7a497eb
11 changed files with 939 additions and 67 deletions

View File

@@ -0,0 +1,2 @@
-- SQLite cannot drop columns without rebuilding the table. Keep role on rollback.

View File

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