feat(access): Add Audit and notes tables for model Role

ref: #862 #844
This commit is contained in:
2025-07-12 18:27:03 +09:30
parent b643347c01
commit 2f7865bb83
3 changed files with 89 additions and 5 deletions

View File

@ -8,7 +8,8 @@ from django.utils.module_loading import import_string
# Note: Only included so that it can be picked up.
# in future when model referenced, this include statement may be repoved.
from access.models.company_base import Company # pylint: disable=W0611:unused-import
from access.models.role import Role # pylint: disable=W0611:unused-import
## EoF Include block
module_path = f'centurion.models.meta'