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 wrote a node.js script to use for running db-migrate commands. Here is the source: https://pastebin.com/dHkwJnE1
I run it as node migrate-script.js create my_migration
It works but migration ends up being called create and not my_migration
It seems that it will ignore function parameter and take just the first command line argument.
I wrote a node.js script to use for running db-migrate commands. Here is the source:
https://pastebin.com/dHkwJnE1
I run it as
node migrate-script.js create my_migration
It works but migration ends up being called
create
and notmy_migration
It seems that it will ignore function parameter and take just the first command line argument.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: