fix: add shchema to mysql programables query

This commit is contained in:
Nybkox
2024-12-03 15:32:21 +01:00
parent 1a4009a6b2
commit 0298660714

View File

@@ -1,5 +1,6 @@
module.exports = `
select
ROUTINE_SCHEMA AS schemaName,
ROUTINE_NAME as pureName,
ROUTINE_TYPE as objectType,
COALESCE(LAST_ALTERED, CREATED) as modifyDate,