Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): Add ordering warning for numeric goose migration (#3481)
When using Goose with numeric migrations, if the migration files aren't in lexographic order SQLC parses them in the wrong order. This is similar to the issue that occurs with golang-migrate. This pr documents this behaviour.
- Loading branch information