mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 07:36:01 +00:00
export from duckdb works
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
|
||||
const handleGenerateScript = async e => {
|
||||
const values = $formValues as any;
|
||||
const code = await createImpExpScript($extensions, values, 'script');
|
||||
const code = await createImpExpScript($extensions, values, 'script', true);
|
||||
openNewTab(
|
||||
{
|
||||
title: 'Shell #',
|
||||
|
||||
Reference in New Issue
Block a user