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
32 stars 33 forks source link

New field added for table `usergroups` #271

Closed yuliu closed 2 years ago

yuliu commented 3 years ago

A new field is added to the table usergroups in https://github.com/mybb/mybb/pull/4065 so a default value for it should be added to /resources/modules/usergroups.php.

https://github.com/mybb/mybb/blob/e99ec544ef0dbe243c64e6f41c9d4bdac090473d/install/resources/mysql_db_tables.php#L1016

https://github.com/mybb/mybb/blob/e99ec544ef0dbe243c64e6f41c9d4bdac090473d/install/resources/pgsql_db_tables.php#L979

https://github.com/mybb/mybb/blob/e99ec544ef0dbe243c64e6f41c9d4bdac090473d/install/resources/sqlite_db_tables.php#L901