attempt to reset column info on user table explicitly
This commit is contained in:
parent
8b88b71309
commit
e031b06afa
|
@ -183,3 +183,5 @@ Migration::TableDropper.delayed_drop(
|
|||
STDERR.puts "Resetting Active Record Cache"
|
||||
Discourse.reset_active_record_cache
|
||||
ActiveRecord::Base.connection.close
|
||||
# for some reason connection tables may be off?
|
||||
User.reset_column_information
|
||||
|
|
Loading…
Reference in New Issue