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:23:59 +00:00
parent 9cb2ce7432
commit 6e520cf096
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"rules": {}, "rules": {},
"settings": {}, "settings": {},
"parserOptions": { "parserOptions": {
"project": "../../tsconfig.json" "project": "tsconfig.json"
}, },
"overrides": [ "overrides": [
{ {

View File

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