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