You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear author(s), thank you very much for this library.
I have just found a little bug in it, I'm using it as a library based on the example in the main README.md. So I was all right until I had migration_0, migration_1, migration_2 as ids, but upon reaching migration_10 it broke. So I'm guessing the ordering is the "naive" ordering, that results in something like this: 0,1,10,2,3,4.
So probably we'd need some kind of a natural sorting in here, and this might affect other sources too, I'm not sure.
Anyhow, for now I'll go with 0001, 0002, ..., 0010 to solve this, but thought to report it anyhow.
Cheers!
The text was updated successfully, but these errors were encountered:
Dear author(s), thank you very much for this library.
I have just found a little bug in it, I'm using it as a library based on the example in the main README.md. So I was all right until I had migration_0, migration_1, migration_2 as ids, but upon reaching migration_10 it broke. So I'm guessing the ordering is the "naive" ordering, that results in something like this: 0,1,10,2,3,4.
So probably we'd need some kind of a natural sorting in here, and this might affect other sources too, I'm not sure.
Anyhow, for now I'll go with 0001, 0002, ..., 0010 to solve this, but thought to report it anyhow.
Cheers!
The text was updated successfully, but these errors were encountered: