Merge branch 'master' into tableeditor2

This commit is contained in:
Jan Prochazka
2021-08-19 13:39:45 +02:00
9 changed files with 158 additions and 52 deletions

View File

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