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
Currently, to make changes to data that already exists in the database you need to clobber the whole table. This is not ideal because the dashboard might experience downtime.
Instead, we should use a database migration tool like [alembic](https://alembic.sqlalchemy.org/en/latest/) so we can apply changes to the database without having to clobber data.
Currently, to make changes to data that already exists in the database you need to clobber the whole table. This is not ideal because the dashboard might experience downtime.
Instead, we should use a database migration tool like
[alembic](https://alembic.sqlalchemy.org/en/latest/)
so we can apply changes to the database without having to clobber data.Resources
The text was updated successfully, but these errors were encountered: