export model - filter by schema

This commit is contained in:
SPRINX0\prochazka
2024-11-08 09:12:28 +01:00
parent bdd55d8432
commit c750bd04ad
6 changed files with 54 additions and 18 deletions

View File

@@ -3,7 +3,6 @@ export interface NamedObjectInfo {
schemaName?: string;
contentHash?: string;
engine?: string;
undropPureName?: string;
}
export interface ColumnReference {