cedadev / nlds

Near Line Data Store
Other
9 stars 0 forks source link

Figure out a way to migrate to new database schemas upon deployment #63

Closed jackleland closed 11 months ago

jackleland commented 1 year ago

Will probably need to use Alembic, the SQLAlchemy tool for doing just this.

jackleland commented 11 months ago

This is thoroughly addressed at this point, although it needs to be implemented in the deployment pipeline.