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:
parent
9cb2ce7432
commit
6e520cf096
@ -6,7 +6,7 @@
|
||||
"rules": {},
|
||||
"settings": {},
|
||||
"parserOptions": {
|
||||
"project": "../../tsconfig.json"
|
||||
"project": "tsconfig.json"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user