UNPKG

@grouparoo/core

Version:
11 lines (10 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { up: async (queryInterface) => { await queryInterface.renameColumn("properties", "directlyMapped", "isPrimaryKey"); }, down: async (queryInterface) => { await queryInterface.renameColumn("properties", "isPrimaryKey", "directlyMapped"); }, };