1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00

Add constraint for project

This commit is contained in:
sjaanus 2022-08-08 12:17:59 +00:00
parent 70ed7db416
commit 96799f8ea1

View File

@ -13,6 +13,7 @@ exports.up = function (db, cb) {
exports.down = function (db, cb) {
db.runSql(
`
ALTER TABLE group_role DROP CONSTRAINT fk_group_role_project;
`,
cb,