Hello,
Are backward migrations possible in stamina? Using current api I wasn't able to figure out how to define backward migration.
The use case is rollback: when we deploy new version with schema version V5 but then we decide to rollback whole application to version with V3 schema, we would like to migrate data from V5 to V3 in the fly.
Does it make sense? If it does I can try to prepare PR for that.
Hello,
Are backward migrations possible in stamina? Using current api I wasn't able to figure out how to define backward migration.
The use case is rollback: when we deploy new version with schema version
V5but then we decide to rollback whole application to version withV3schema, we would like to migrate data fromV5toV3in the fly.Does it make sense? If it does I can try to prepare PR for that.