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
If schema related options are changed, the user has to be aware that he has to recreate the database or perform the schema changes manually.
This is error prone. At least a warning/error mechanism should be present, that informs the user.
An automatic schema change would be the greatest thing however, but I don't know if this is doable. Maybe alembic could help. Maybe @lukasjuhrich can give some tips.
The text was updated successfully, but these errors were encountered:
If schema related options are changed, the user has to be aware that he has to recreate the database or perform the schema changes manually.
This is error prone. At least a warning/error mechanism should be present, that informs the user.
An automatic schema change would be the greatest thing however, but I don't know if this is doable. Maybe alembic could help. Maybe @lukasjuhrich can give some tips.
The text was updated successfully, but these errors were encountered: