feat(planner): add bridge target version strategy for auto-stamping ledger to app versions
This commit is contained in:
@@ -7,3 +7,8 @@ export type TMigrationStatus = 'applied' | 'skipped' | 'failed';
|
||||
* Backend used to persist the migration ledger.
|
||||
*/
|
||||
export type TLedgerBackend = 'mongo' | 's3';
|
||||
|
||||
/**
|
||||
* How strictly the registered migration chain must end at targetVersion.
|
||||
*/
|
||||
export type TTargetVersionStrategy = 'strict' | 'bridge';
|
||||
|
||||
Reference in New Issue
Block a user