Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Unexpected behavior of getMigrationsToRun if baseVersion is in the middle of available versions #22

Closed
MunifTanjim opened this issue Jan 4, 2020 · 0 comments
Labels
issue: bug :bug: Bug

Comments

@MunifTanjim
Copy link
Member

MunifTanjim commented Jan 4, 2020

baseVersion = 03
fromVersion = 03
toVersion = 05

Available versions at Source: ['02', '03', '04', '05', '06']

Current Output: ['02.do', '03.do', '04.do', '05.do']

Expected Output: ['04.do', '05.do']

@MunifTanjim MunifTanjim added the issue: bug :bug: Bug label Jan 4, 2020
MunifTanjim added a commit that referenced this issue Jan 5, 2020
MunifTanjim added a commit that referenced this issue Jan 5, 2020
MunifTanjim added a commit to Synor/synor that referenced this issue Apr 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue: bug :bug: Bug
Projects
None yet
Development

No branches or pull requests

1 participant