mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 21:55:59 +00:00
loading full DB structure to client
This commit is contained in:
@@ -27,8 +27,6 @@ export interface GridConfig extends GridConfigColumns {
|
||||
}
|
||||
|
||||
export interface GridCache {
|
||||
tables: { [uniqueName: string]: TableInfo };
|
||||
loadingTables: { schemaName: string; pureName: string }[];
|
||||
refreshTime: number;
|
||||
}
|
||||
|
||||
@@ -46,8 +44,6 @@ export function createGridConfig(): GridConfig {
|
||||
|
||||
export function createGridCache(): GridCache {
|
||||
return {
|
||||
tables: {},
|
||||
loadingTables: [],
|
||||
refreshTime: new Date().getTime(),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user