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

Add `$default_values`, `$integer_fields` and column length check to the `avatars` module #288

Closed yuliu closed 1 year ago

yuliu commented 2 years ago

... so that the update query could have less opportunities of causing SQL errors:

https://github.com/mybb/merge-system/blob/d453ec2b922a088cfa41a81753c37b7f038ecb77/resources/modules/avatars.php#L84

It would also help mitigate the number of unknown/mismatched column datatype warnings from #285 when importing avatar data.