knex/lib/stub/js.stub

9 lines
84 B
Plaintext
Raw Normal View History

2013-07-30 14:41:25 -04:00
exports.up = function(Knex, when) {
};
exports.down = function(Knex, when) {
};