SYNC: support additional objects in team files

This commit is contained in:
SPRINX0\prochazka
2025-11-25 10:21:31 +01:00
committed by Diflow
parent 0d82fd51c7
commit d1a769205c
3 changed files with 27 additions and 0 deletions

View File

@@ -1562,6 +1562,31 @@ module.exports = {
"id": -2,
"name": "diagrams",
"format": "json"
},
{
"id": -3,
"name": "query",
"format": "json"
},
{
"id": -4,
"name": "perspectives",
"format": "json"
},
{
"id": -5,
"name": "impexp",
"format": "json"
},
{
"id": -6,
"name": "shell",
"format": "text"
},
{
"id": -7,
"name": "dbcompare",
"format": "json"
}
]
},