mysql-migrations
mysql-migrations copied to clipboard
27 javascript migrations
All files (except schema.sql) were being processed in the migrations folder as if they were JavaScript files. Now all files are skipped unless they have a .js
, .mjs
, or .cjs
file extension
Resolves #27