2019-05-02 18:17:27 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2019-03-18 16:09:13 -04:00
|
|
|
# fix any bust caches post initial migration
|
2019-05-06 21:27:05 -04:00
|
|
|
ActiveRecord::Base.public_send(:subclasses).each { |m| m.reset_column_information }
|
2019-03-18 16:09:13 -04:00
|
|
|
SiteSetting.refresh!
|