DEV: Stub #flush in StdOutDemux for multisite:migrate
https://meta.discourse.org/t/multisite-migrate-error/150579/2
This commit is contained in:
parent
5121708814
commit
72ad701df0
|
@ -91,6 +91,10 @@ class StdOutDemux
|
|||
@data.delete Thread.current
|
||||
end
|
||||
end
|
||||
|
||||
def flush
|
||||
# Do nothing
|
||||
end
|
||||
end
|
||||
|
||||
task 'multisite:migrate' => ['db:load_config', 'environment', 'set_locale'] do |_, args|
|
||||
|
|
Loading…
Reference in New Issue