XF 2.2 Manually changing a Category to a Forum

frm

Well-known member
I accidentally created a category and wanted to preserve the auto increment ID for the forum node.

I used
Code:
UPDATE `xf_node` SET `node_type_id` = 0x466f72756d WHERE `xf_node`.`node_id` = 16;

As the other forums used that as node_type_id.

And it updated to "Forum" in the xf_node table.

Will this have any conflicts?
 
Back
Top Bottom