mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
linting
This commit is contained in:
@ -18,7 +18,7 @@ class DbHelper
|
|||||||
column_name = rc["column_name"]
|
column_name = rc["column_name"]
|
||||||
connection.async_exec("UPDATE #{table_name} SET #{column_name} = REPLACE(#{column_name}, $1, $2) WHERE #{column_name} LIKE $3", args) rescue nil
|
connection.async_exec("UPDATE #{table_name} SET #{column_name} = REPLACE(#{column_name}, $1, $2) WHERE #{column_name} LIKE $3", args) rescue nil
|
||||||
end
|
end
|
||||||
|
|
||||||
SiteSetting.refresh!
|
SiteSetting.refresh!
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user