mitgliederverwaltung/lib/mv/authorization
Moritz 82ec4e565a refactor: use UUIDv7 and improve Role validations
- Change id from uuid_primary_key to uuid_v7_primary_key
- Replace custom validation with built-in one_of validation
- Add explicit on_delete: :restrict for users foreign key
- Update postgres references configuration
2026-01-06 18:14:16 +01:00
..
authorization.ex feat: create Authorization domain 2026-01-06 17:18:30 +01:00
permission_sets.ex feat: add PermissionSets stub module for role validation 2026-01-06 17:18:29 +01:00
role.ex refactor: use UUIDv7 and improve Role validations 2026-01-06 18:14:16 +01:00