sql export with correct dialect

This commit is contained in:
Jan Prochazka
2021-08-19 13:30:57 +02:00
parent b5c313e517
commit 60545674c5
3 changed files with 28 additions and 6 deletions

View File

@@ -103,4 +103,5 @@ export interface DatabaseInfoObjects {
export interface DatabaseInfo extends DatabaseInfoObjects {
schemas: SchemaInfo[];
engine: string;
}