Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segretate compliance resources from compliance checks #183

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

telekosmos
Copy link
Contributor

Achieves #141

In 3d123aa

  • create a table for compliance resources (compliance_check_resources)
  • create a relation table to link compliance checks and their multiple resources (resources_for_compliance_checks)
  • populate both tables with data retrieved from compliance_checks table
  • drop pointless resource columns still in compliance_checks_table

Tests were added to ensure the data populated is not lost if any rollback is needed.

Guillermo C. Martínez added 3 commits January 10, 2025 17:26
- create new table compliance_checks_resources
- create new relation table resources_for_compliance_checks
- populate both tables out of the data existing in compliance_checks table
- drop pointless columns in compliance_checks table
@UlisesGascon
Copy link
Member

Big thanks @telekosmos for all this work ❤️. I will review them in the next days, can you run npm run lint:fix?

@UlisesGascon UlisesGascon self-assigned this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants