mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: Make DBHelper.find build valid query (#19408)
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ class DbHelper
|
||||
rows = DB.query(<<~SQL, like: like)
|
||||
SELECT \"#{r.column_name}\"
|
||||
FROM \"#{r.table_name}\"
|
||||
WHERE \""#{r.column_name}"\" LIKE :like
|
||||
WHERE \"#{r.column_name}\" LIKE :like
|
||||
SQL
|
||||
|
||||
if rows.size > 0
|
||||
|
||||
Reference in New Issue
Block a user