mirror of
https://github.com/knex/knex.git
synced 2025-08-07 00:02:05 +00:00

* Do not postprocess internal queries in Migrator * Fixes * Fix var -> const autofix * Fix regression
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
exports.up = function(knex) {};
|
|
|
|
exports.down = function(knex) {};
|