Add a new column for namepsace default compliance framework
Problem description
This issue is an iteration in developing Group-level setting for default compliance fram... (&8815 - closed).
Proposal
Add a new database column to store the default compliance framework of a namespace.
Implementation plan
database
- Add a migration to add
default_compliance_framework_id(INT) as a new column to thenamespace_settingstable. - The new column should be a foreign key to the
compliance_management_frameworks(id)table.
Edited by Huzaifa Iftikhar