-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #4079 Remove deprecated migration steps from the `migrate_database` function in `api_app/api/routes/migrations.py`. * **Migration Steps Removal** - Remove multiple deprecated migration steps from the `migrate_database` function. - Update the `migrate_database` function to only include necessary migration steps. * **Version Update** - Update the version in `api_app/_version.py` from "0.19.3" to "0.20.0". * **Test Updates** - Remove tests related to deprecated migration steps in `api_app/tests_ma/test_api/test_routes/test_migrations.py`. - Update tests to only include necessary migration steps. * **File Deletions** - Delete `api_app/db/migrations/airlock.py`. - Delete `api_app/db/migrations/resources.py`. - Delete `api_app/db/migrations/shared_services.py`. - Delete `api_app/db/migrations/workspaces.py`. - Delete `api_app/tests_ma/test_db/test_migrations/test_workspace_migration.py`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/microsoft/AzureTRE/issues/4079?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
Showing
8 changed files
with
5 additions
and
357 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.19.3" | ||
__version__ = "0.20.0" |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
47 changes: 0 additions & 47 deletions
47
api_app/tests_ma/test_db/test_migrations/test_workspace_migration.py
This file was deleted.
Oops, something went wrong.