fix(sql-script): change ddl to be sql-script (#710)

This commit is contained in:
Jonathan Fishner
2025-05-20 17:52:08 +03:00
committed by GitHub
parent 54d5e96a6d
commit 487fb2d5c1
23 changed files with 23 additions and 23 deletions

View File

@@ -298,7 +298,7 @@ export const ImportDatabase: React.FC<ImportDatabaseProps> = ({
<div className="w-full text-center text-xs text-muted-foreground">
{importMethod === 'query'
? 'Smart Query Output'
: 'SQL DDL'}
: 'SQL Script'}
</div>
<div className="flex-1 overflow-hidden">
<Suspense fallback={<Spinner />}>