fix: remove distinct from mysql params query

This commit is contained in:
Nybkox
2024-12-03 16:19:57 +01:00
parent b6399c8271
commit 4e4eb39a19

View File

@@ -1,5 +1,5 @@
module.exports = `
SELECT DISTINCT
SELECT
r.ROUTINE_SCHEMA AS schemaName,
r.SPECIFIC_NAME AS pureName,
CASE