mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 19:34:01 +08:00
parent
077dcc0642
commit
6a274fd2cd
|
@ -527,17 +527,6 @@ def destroy_old_data_exports
|
||||||
puts "done"
|
puts "done"
|
||||||
end
|
end
|
||||||
|
|
||||||
desc 'destroys all user archive PMs (they may contain broken images)'
|
|
||||||
task 'posts:destroy_old_data_exports' => :environment do
|
|
||||||
if RailsMultisite::ConnectionManagement.current_db != "default"
|
|
||||||
destroy_old_data_exports
|
|
||||||
else
|
|
||||||
RailsMultisite::ConnectionManagement.each_connection do
|
|
||||||
destroy_old_data_exports
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
def recover_uploads_from_index(path)
|
def recover_uploads_from_index(path)
|
||||||
lookup = []
|
lookup = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user