Move all migration code to python module and use it from app.py. Use Enum values to avoid problems with Enum names in DB.
22 KiB
22 KiB
Move all migration code to python module and use it from app.py. Use Enum values to avoid problems with Enum names in DB.