UNPKG

pg-diff-api

Version:

PostgreSQL migration strategy for NodeJS

7 lines (6 loc) 112 B
module.exports = { TO_APPLY: "TODO", IN_PROGRESS: "WIP", DONE: "DONE", ERROR: "ERROR", };