Move all migration code to python module and use it from app.py. Use Enum values to avoid problems with Enum names in DB.
32 KiB
32 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.