1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

perf(PostgreSQL): improved dump file

This commit is contained in:
2022-03-27 11:41:35 +02:00
parent a8ca8f2f76
commit 408ddeda56
3 changed files with 73 additions and 21 deletions

View File

@ -349,7 +349,7 @@ export default {
includeDropStatement: true
}));
const structure = ['views', 'triggers', 'routines', 'functions', 'schedulers'];
const structure = ['functions', 'views', 'triggers', 'routines', 'schedulers'];
structure.forEach(feat => {
const val = customizations[this.currentWorkspace.client][feat];