UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.

9 lines 273 B
exports.up = function (db, cb) { db.runSql(` ALTER TABLE role_permission DROP CONSTRAINT fk_role_permission; `, cb); }; exports.down = function (db, cb) { cb(); }; //# sourceMappingURL=20220408081222-clean-up-duplicate-foreign-key-role-permission.js.map