UNPKG

unleash-server

Version:

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

10 lines 287 B
"use strict"; 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