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
I have created coupe of migration files using mongodb-migrate-create command. When I run the mongodb- migrate command, it is not finding the latest migration files.
The text was updated successfully, but these errors were encountered:
@7899manjunath Nikolay is correct, the regex does not recogenize any number within description. Normally, the pattern is yyyyMMddhhmmss_description(no number).py. Maybe we can make description more flexible to allow letters and numbers.
Can you change the regex to ^(\d+)_[_a-z0-9]*\.py$ in here
I have created coupe of migration files using mongodb-migrate-create command. When I run the mongodb- migrate command, it is not finding the latest migration files.
The text was updated successfully, but these errors were encountered: