removed schemaName from mysql

This commit is contained in:
SPRINX0\prochazka
2024-12-04 10:23:16 +01:00
parent 5cc4c07941
commit 462d5e3187
2 changed files with 10 additions and 11 deletions

View File

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