You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2022. It is now read-only.
This might be a collection of scripts (or one huge script) in a specific place in the repo, with a pipenv script attached to it.
Currently there is at least one Python script (for patching workspace permission information), and a server startup that syncs the workspace_mapping collection with the databases. If there are other migration things, they should be included in this.
We should also investigate whether the flask migrate command could be used here in some way.
This might be a collection of scripts (or one huge script) in a specific place in the repo, with a pipenv script attached to it.
Currently there is at least one Python script (for patching workspace permission information), and a server startup that syncs the workspace_mapping collection with the databases. If there are other migration things, they should be included in this.
We should also investigate whether the
flask migratecommand could be used here in some way.TODO:
register_legacy_workspaces()into a migration script (see Consider extractingregister_legacy_workspaces()to an external script #342)