UNPKG

node-pg-migrate-custom

Version:

Postgresql database migration management tool for node.js

8 lines (4 loc) 116 B
/* eslint-disable camelcase */ exports.shorthands = undefined; exports.up = pgm => {}; exports.down = pgm => {};