1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix(PostgreSQL): issue exporting tables with primary keys

This commit is contained in:
2024-07-30 16:52:20 +02:00
parent ba0ffcc6f5
commit c434855879
5 changed files with 44 additions and 150 deletions

View File

@ -380,6 +380,7 @@ const startExport = async () => {
try {
const { status, response } = await Schema.export(params);
if (status === 'success')
progressStatus.value = response.cancelled ? t('general.aborted') : t('general.completed');
else {