feat: add triggers loading message

This commit is contained in:
Nybkox
2024-12-13 04:13:39 +01:00
parent 671eba22e0
commit 1c84f40bcf
4 changed files with 8 additions and 4 deletions

View File

@@ -73,6 +73,7 @@ class Analyser extends DatabaseAnalyser {
this.feedback({ analysingMessage: 'Loading unique names' });
const triggers = await this.analyserQuery('triggers', undefined, { $owner: this.dbhan.database });
this.feedback({ analysingMessage: 'Loading triggers' });
const uniqueNames = await this.analyserQuery('uniqueNames', ['tables'], { $owner: this.dbhan.database });
this.feedback({ analysingMessage: 'Finalizing DB structure' });