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

perf: big performance improvement in database structure loading

This commit is contained in:
2021-01-23 15:50:21 +01:00
parent b9ed8dd610
commit a11bac504c
6 changed files with 201 additions and 112 deletions

View File

@ -18,8 +18,8 @@ export default class {
return ipcRenderer.invoke('delete-database', params);
}
static getStructure (uid) {
return ipcRenderer.invoke('get-structure', uid);
static getStructure (params) {
return ipcRenderer.invoke('get-structure', params);
}
static getCollations (uid) {