mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00:00
fix rollback
This commit is contained in:
parent
6123223fd0
commit
6e44ca8e17
@ -22,7 +22,7 @@ module BackupRestore
|
|||||||
raise BackupRestore::OperationRunningError if BackupRestore.is_operation_running?
|
raise BackupRestore::OperationRunningError if BackupRestore.is_operation_running?
|
||||||
if can_rollback?
|
if can_rollback?
|
||||||
rename_schema("backup", "public")
|
rename_schema("backup", "public")
|
||||||
establish_app
|
after_fork
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user