mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
1c8eef7dbd
clean up initializers so they are ordered properly
7 lines
192 B
Ruby
7 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
|