Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-13 | Add 'ON UPDATE/DELETE' clauses to foreign keys. | Frederick Muriuki Muriithi | |
2022-11-14 | Migrations: Drop `generic_role*` tables | Frederick 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 |