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
With support for index fields, the question arises regarding updating existing tables. There is no migration process now, so if one added indexes and wanted to apply them to an existing table when updating data, there is no possibility via the sql dumper.
Relates to #169
With support for index fields, the question arises regarding updating existing tables. There is no migration process now, so if one added indexes and wanted to apply them to an existing table when updating data, there is no possibility via the sql dumper.
Update runs could probably use Alembic and specifically https://alembic.sqlalchemy.org/en/latest/autogenerate.html to handle this.
The text was updated successfully, but these errors were encountered: