mysql-migrations
mysql-migrations copied to clipboard
A tool to use with mysql package to maintain migrations
I am using the custom migration with mysql-migration but it is giving me this issue.My connection configuration is already correct and working with other migrations but i am facing this...
I'm getting an error that conn.query is not a function. This is my migration init: ``` let pool = mysql.createPool({ connectionLimit : config.MYSQL_CONN_POOL, host : config.MYSQL_HOST, user : config.MYSQL_USER, password...
Hi, I just updated my application from 1.0.6 to 1.0.7 and then back down again, because of the console logs that have been added in PR #15 . We faced...
Hello. Down migrations on empty db with migrations table only cause script to stack: Reproduce: Example from this readme was used. then run node migration.js up node migration.js down node...
I want to use this within my tests to allow me to create a test database and run my tests against the test database using all of the migrations in...
Hi, I was trying to do anonymous migration, however it doesn't handle functions, eg.: ```javascript module.exports = { up: function (..) { ... }, down: function (..) { ... },...
Nice module, small mistake on readme file require('mysql-migration'); meant to be require('mysql-migrations'); https://github.com/kawadhiya21/mysql-migrations/blame/master/README.MD#L27
Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `minimist` Updates `mocha` from 3.5.3 to 10.2.0 Release notes Sourced from...
Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.6.8 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...