SYNC: export db window

This commit is contained in:
SPRINX0\prochazka
2025-07-16 11:13:19 +02:00
committed by Diflow
parent 473080d7ee
commit d6eb06cb72
2 changed files with 29 additions and 1 deletions

View File

@@ -77,6 +77,14 @@
command: 'sql.generator',
testid: 'NewObjectModal_sqlGenerator',
},
{
icon: 'icon export',
colorClass: 'color-icon-green',
title: 'Export database',
description: 'Export to file like CSV, JSON, Excel, or other DB',
command: 'database.export',
testid: 'NewObjectModal_databaseExport',
},
];
</script>