mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-25 22:00:35 +01:00
rename query name
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = function (db, module) {
|
||||
|
||||
if (Array.isArray(key)) {
|
||||
query({
|
||||
name: 'exists',
|
||||
name: 'existsArray',
|
||||
text: `
|
||||
SELECT o."_key" k
|
||||
FROM "legacy_object_live" o
|
||||
|
||||
Reference in New Issue
Block a user