switch database command

This commit is contained in:
Jan Prochazka
2024-06-03 09:50:08 +02:00
parent e2526082b8
commit 864c5bb208
6 changed files with 93 additions and 8 deletions

View File

@@ -57,6 +57,7 @@
export const matchingProps = ['conid', 'database', 'schemaName', 'pureName'];
export const allowAddToFavorites = props => true;
export const allowSwitchDatabase = props => true;
</script>
<script lang="ts">