mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 13:51:09 +08:00
linting
This commit is contained in:
@ -18,7 +18,7 @@ class DbHelper
|
||||
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
|
||||
end
|
||||
|
||||
|
||||
SiteSetting.refresh!
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user