|
@@ -48,6 +48,9 @@ func DoUpgrade(helper *up.Helper) {
|
|
|
helper.Copy(up.Bool, "bridge", "history_sync", "backfill")
|
|
|
helper.Copy(up.Bool, "bridge", "history_sync", "double_puppet_backfill")
|
|
|
helper.Copy(up.Bool, "bridge", "history_sync", "request_full_sync")
|
|
|
+ helper.Copy(up.Int|up.Null, "bridge", "history_sync", "full_sync_config", "days_limit")
|
|
|
+ helper.Copy(up.Int|up.Null, "bridge", "history_sync", "full_sync_config", "size_mb_limit")
|
|
|
+ helper.Copy(up.Int|up.Null, "bridge", "history_sync", "full_sync_config", "storage_quota_mb")
|
|
|
helper.Copy(up.Bool, "bridge", "history_sync", "media_requests", "auto_request_media")
|
|
|
helper.Copy(up.Str, "bridge", "history_sync", "media_requests", "request_method")
|
|
|
helper.Copy(up.Int, "bridge", "history_sync", "media_requests", "request_local_time")
|