mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
fix: add shchema to mysql programables query
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user