feat(auth): implement role-based access control and user management features
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- Add role field to User
|
||||
ALTER TABLE `User` ADD COLUMN `role` VARCHAR(191) NOT NULL DEFAULT 'user';
|
||||
Reference in New Issue
Block a user