mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08:00
8 lines
192 B
Ruby
8 lines
192 B
Ruby
RailsMultisite::ConnectionManagement.each_connection do
|
|
begin
|
|
SiteSetting.refresh!
|
|
rescue ActiveRecord::StatementInvalid
|
|
# This will happen when migrating a new database
|
|
end
|
|
end
|