mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
create table in multi-schema
This commit is contained in:
@@ -132,7 +132,10 @@ export class DatabaseAnalyser {
|
||||
this.modifications = structureModifications;
|
||||
if (structureUpdated) this.structure = structureUpdated;
|
||||
logger.info({ modifications: this.modifications }, 'DB modifications detected:');
|
||||
return this.addEngineField(this.mergeAnalyseResult(await this._runAnalysis()));
|
||||
return {
|
||||
...this.addEngineField(this.mergeAnalyseResult(await this._runAnalysis())),
|
||||
schemas,
|
||||
};
|
||||
}
|
||||
|
||||
mergeAnalyseResult(newlyAnalysed) {
|
||||
|
||||
Reference in New Issue
Block a user