remove relation
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-04-06 12:38:49 +02:00
parent dd9a38d1bf
commit 37b8bcbb9e
1 changed files with 1 additions and 6 deletions

View File

@ -67,11 +67,6 @@
"type": "hasMany",
"model": "ZoneClosure",
"foreignKey": "zoneFk"
},
"provinces": {
"type": "hasMany",
"model": "Province",
"foreignKey": "zoneFk"
}
}
}
}