agdsn / hades

AG DSN Authentication and Authorization Infrastructure
MIT License
8 stars 3 forks source link

Detect required schema changes #71

Open sebschrader opened 6 years ago

sebschrader commented 6 years ago

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.