mybb / merge-system

The MyBB Merge System allows for easy merging of an existing forum (be it MyBB or another forum software) into a MyBB 1.8.x forum.
Other
34 stars 34 forks source link

Fields in various base modules are not listed as an integer/binary #283

Closed yuliu closed 2 years ago

yuliu commented 2 years ago

It has a default value of 1. https://github.com/mybb/merge-system/blob/d453ec2b922a088cfa41a81753c37b7f038ecb77/resources/modules/forums.php#L35

But not listed in the $integer_fields array in /resources/modules/forums.php.

yuliu commented 2 years ago

Similarly, here's a list of fields that haven't been categorized in corresponding base modules (the types are from MySQL's table definitions):

Integer fields

Binary fields