knex-migration-with-schema
Version:
[](https://badge.fury.io/js/knex-migration-with-schema)
9 lines • 721 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.executeSchemaMigrationFromDir = exports.executeSchemaMigration = exports.createSchema = void 0;
var creator_1 = require("./creator");
Object.defineProperty(exports, "createSchema", { enumerable: true, get: function () { return creator_1.createSchema; } });
var migration_1 = require("./migration");
Object.defineProperty(exports, "executeSchemaMigration", { enumerable: true, get: function () { return migration_1.executeSchemaMigration; } });
Object.defineProperty(exports, "executeSchemaMigrationFromDir", { enumerable: true, get: function () { return migration_1.executeSchemaMigrationFromDir; } });
//# sourceMappingURL=index.js.map