UNPKG

postgres-migrations

Version:

Stack Overflow style database migrations for PostgreSQL

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;