Improve database migrations process
Related to https://gitlab.hzdr.de/hub-terra/sms/sms-cv/-/issues/54
We may generate migrations as SQL scripts, instead of running them against the database.
alembic upgrade ae1027a6acf --sql > migration.sql
Related to https://gitlab.hzdr.de/hub-terra/sms/sms-cv/-/issues/54
We may generate migrations as SQL scripts, instead of running them against the database.
alembic upgrade ae1027a6acf --sql > migration.sql