UNPKG

pg-node-migrations

Version:

Based on the work on ThomWright's postgres migration package. Adds the ability to specify a schema and table name.

7 lines (6 loc) 190 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MigrationError = void 0; class MigrationError extends Error { } exports.MigrationError = MigrationError;