Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-14 | Migrations: Add generic_role_privileges table | Frederick Muriuki Muriithi | |
Add table `generic_role_privileges` table to link the generic roles to the privileges they provide. * migrations/auth/20221114_01_n8gsF-create-generic-role-privileges-table.py: new migration * tests/unit/auth/test_create_table_migrations.py: test new migration * tests/unit/auth/test_migrations_indexes.py: test new migration |