How to restore a deleted (focal)board or playbook

it looks like “resetting” the channel_id to 0 beforehand works

update focalboard_blocks_history set channel_id=0 where board_id='bzimxi419bjnjbp7ru7eeuwdeno' and delete_at = '1676899974596';

can you confirm that this is the way to restore a board?