refactor: ♻️ permission system
This commit is contained in:
parent
29ce92bdf7
commit
00d6bd5b93
7 changed files with 43 additions and 100 deletions
2
migrations/20241213120203_role_permission.down.sql
Normal file
2
migrations/20241213120203_role_permission.down.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Add down migration script here
|
||||
DROP TABLE IF EXISTS "role_permission";
|
Loading…
Add table
Add a link
Reference in a new issue