feat: admin dashboard

This commit is contained in:
Sonny
2023-12-25 04:52:54 +01:00
committed by Sonny
parent 480ca9bfa6
commit cd7ad1f3d3
21 changed files with 303 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE `user` ADD COLUMN `is_admin` BOOLEAN NOT NULL DEFAULT false;