mailtrain/setup/knex/migrations/20180422120444_create_list_params.js
2018-04-22 09:00:04 +02:00

5 lines
109 B
JavaScript

exports.up = (knex, Promise) => (async() => {
})();
exports.down = (knex, Promise) => (async() => {
})();