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

fix(MySQL): missing initial delimiter for exported procedures

This commit is contained in:
2022-03-01 19:05:53 +01:00
parent f0351e5b94
commit 1a9fc37285
3 changed files with 3 additions and 3 deletions

View File

@ -76,6 +76,7 @@ export default {
},
methods: {
...mapActions({
addNotification: 'notifications/addNotification',
refreshSchema: 'workspaces/refreshSchema'
}),
async startImport (sqlFile) {