-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete old replaced migrations (#4378)
* Django FSM migration to Viewflow - Added new `django-viewflow` and `django-filter` dependencies to `requirements.txt`. - New file `viewflow.py` under `/audit/models/` which contains the FSM logic for transitioning an SAC. - Moved `STATUS` enumeration outside of the `SingleAuditChecklist` class. This required import/reference changes across many files and tests. - Removed references of old deprecated library `django-fsm`. - New migration to handle the changing the SAC's `submission_name` field to remove dependency on the deprecated `django-fsm`. * Git conflicts with #4292 * Squash migrations * Remove django-fsm requirement * Update requirements.txt * Re-add django-fsm dependency This cannot be done until the migration squash is deployed to production. * Remove replaced migrations
- Loading branch information
Showing
14 changed files
with
0 additions
and
1,123 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
backend/audit/migrations/0002_alter_singleauditchecklist_report_id.py
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
backend/audit/migrations/0003_alter_singleauditchecklist_data_source_and_more.py
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
backend/audit/migrations/0004_alter_singleauditchecklist_cognizant_agency_and_more.py
This file was deleted.
Oops, something went wrong.
59 changes: 0 additions & 59 deletions
59
backend/audit/migrations/0005_alter_submissionevent_event.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
backend/audit/migrations/0007_alter_deletedaccess_options_and_more.py
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
backend/audit/migrations/0008_alter_submissionevent_event.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.