mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
oops, should not have been commited
This commit is contained in:
parent
3083657358
commit
02d9ec5bde
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ module BackupRestore
|
|||
|
||||
switch_schema!
|
||||
|
||||
# migrate_database
|
||||
migrate_database
|
||||
reconnect_database
|
||||
reload_site_settings
|
||||
clear_emoji_cache
|
||||
|
@ -56,7 +56,7 @@ module BackupRestore
|
|||
disable_readonly_mode
|
||||
### READ-ONLY / END ###
|
||||
|
||||
# extract_uploads
|
||||
extract_uploads
|
||||
rescue SystemExit
|
||||
log "Restore process was cancelled!"
|
||||
rollback
|
||||
|
|
Loading…
Reference in a new issue