Zapotinschii Avgustin
Zapotinschii Avgustin
Do you plan to update this package for fastify v5? ' npm error code ERESOLVE npm error ERESOLVE could not resolve npm error npm error While resolving: [email protected] npm error...
Description: Upgraded Fastify to 5.2.0. Updated fastify-swagger and fastify/swagger-ui versions to be compatible. Fastify v5 removed some non-standard HTTP methods. See [Migration Guide](https://fastify.dev/docs/latest/Guides/Migration-Guide-V5/#removal-of-some-non-standard-http-methods), it break 'V_' type, so I replace...
feat: allow passing extra arguments to mysqldump/pgdump & fix broken tests (mysql & postgres) 1. feat: Allow passing extra arguments to the dump command as follows: `dbmate dump extra --flag1...