v.1.0.7¶
Improvements:¶
Database creation script base_scripts/db_create.py was improved, now all available migrations apply. A basic migration to alembic was also created, which allows you to use the command with an empty database:
alembic upgrade head
Bugs fixed:¶
How to update from previous version:¶
To update from previous version simply replace all folders with files and update dependencies from requirements.txt.