feat: add admin dashboard
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- SQLite cannot drop columns without rebuilding the table. Keep role on rollback.
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE users ADD COLUMN role TEXT NOT NULL DEFAULT 'viewer';
|
||||
|
||||
Reference in New Issue
Block a user