mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
fix rollback
This commit is contained in:
parent
6123223fd0
commit
6e44ca8e17
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module BackupRestore
|
|||
raise BackupRestore::OperationRunningError if BackupRestore.is_operation_running?
|
||||
if can_rollback?
|
||||
rename_schema("backup", "public")
|
||||
establish_app
|
||||
after_fork
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue