kawadhiya21 / mysql-migrations

A tool to use with mysql package to maintain migrations
MIT License
31 stars 25 forks source link

27 javascript migrations #33

Open lewismoten opened 2 months ago

lewismoten commented 2 months ago

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