|
29 | 29 | overtime, knife_round, mr, best_of, coaches, number_of_substitutes, |
30 | 30 | map_veto, timeout_setting, tech_timeout_setting, map_pool_id, type, |
31 | 31 | regions, prefer_dedicated_server, invite_code, lobby_access, |
32 | | - region_veto, ready_setting, check_in_setting, default_models, tv_delay |
| 32 | + region_veto, ready_setting, check_in_setting, default_models, tv_delay, |
| 33 | + auto_cancellation, match_mode, auto_cancel_duration, live_match_timeout |
33 | 34 | ) VALUES ( |
34 | 35 | match_options_record.overtime, match_options_record.knife_round, |
35 | 36 | match_options_record.mr, _target_best_of, |
|
40 | 41 | match_options_record.prefer_dedicated_server, match_options_record.invite_code, |
41 | 42 | match_options_record.lobby_access, match_options_record.region_veto, |
42 | 43 | match_options_record.ready_setting, match_options_record.check_in_setting, |
43 | | - match_options_record.default_models, match_options_record.tv_delay |
| 44 | + match_options_record.default_models, match_options_record.tv_delay, |
| 45 | + match_options_record.auto_cancellation, match_options_record.match_mode, |
| 46 | + match_options_record.auto_cancel_duration, match_options_record.live_match_timeout |
44 | 47 | ) |
45 | 48 | RETURNING id INTO cloned_id; |
46 | 49 |
|
|
0 commit comments