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

initial implementation of new feature

This commit is contained in:
2022-06-29 19:05:45 +02:00
parent 6573fe69ac
commit f632a0f189
5 changed files with 78 additions and 7 deletions

View File

@@ -170,6 +170,9 @@ export const useWorkspacesStore = defineStore('workspaces', {
let dataTypes: TypesGroup[] = [];
let indexTypes: string[] = [];
let clientCustomizations: Customizations;
const { updateLastConnection } = connectionsStore;
updateLastConnection(connection.uid);
switch (connection.client) {
case 'mysql':