mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
linting
This commit is contained in:
parent
7466769b67
commit
42a848f88f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user