aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/auth/test_migrations_drop_tables.py
AgeCommit message (Collapse)Author
2022-11-15pylint: Fix a myriad of linting errorsFrederick Muriuki Muriithi
2022-11-14Migrations: Drop `generic_role*` tablesFrederick Muriuki Muriithi
Drop the `generic_role*` tables, since what they were envisioned for can be handled a different, (arguably) more simple way. * migrations/auth/20221114_02_DKKjn-drop-generic-role-tables.py: new migration * tests/unit/auth/test_migrations_drop_tables.py: test new migration