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 has been archived by the owner on Mar 15, 2019. It is now read-only.
Currently the user needs to delete the old database when upgrading. A better solutions would be to somehow upgrade the schema, at least we should maintain the Drone table and set type == None - that way the system will not loose all drones.
Something like http://alembic.readthedocs.org/ would also be interesting, but the db migrate would have to happen automatically.
The text was updated successfully, but these errors were encountered:
Currently the user needs to delete the old database when upgrading. A better solutions would be to somehow upgrade the schema, at least we should maintain the Drone table and set type == None - that way the system will not loose all drones.
Something like http://alembic.readthedocs.org/ would also be interesting, but the db migrate would have to happen automatically.
The text was updated successfully, but these errors were encountered: