mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 08:13:57 +00:00
SYNC: support additional objects in team files
This commit is contained in:
committed by
Diflow
parent
0d82fd51c7
commit
d1a769205c
@@ -1562,6 +1562,31 @@ module.exports = {
|
|||||||
"id": -2,
|
"id": -2,
|
||||||
"name": "diagrams",
|
"name": "diagrams",
|
||||||
"format": "json"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
fileExtension: 'impexp',
|
fileExtension: 'impexp',
|
||||||
|
|
||||||
// undoRedo: true,
|
// undoRedo: true,
|
||||||
|
defaultTeamFolder: true,
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
execute: true,
|
execute: true,
|
||||||
toggleComment: true,
|
toggleComment: true,
|
||||||
findReplace: true,
|
findReplace: true,
|
||||||
|
defaultTeamFolder: true,
|
||||||
executeAdditionalCondition: () => getCurrentConfig().allowShellScripting,
|
executeAdditionalCondition: () => getCurrentConfig().allowShellScripting,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user