1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +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": {},
"settings": {},
"parserOptions": {
"project": "../../tsconfig.json"
"project": "tsconfig.json"
},
"overrides": [
{

View File

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