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

Fix compatibility with pgsql #259

Closed enduvar closed 3 years ago

enduvar commented 3 years ago

Fix https://github.com/mybb/merge-system/issues/224

We had this problem while trying to move a IPB forum (mysql) to mybb (pgsql).

Tested with the following changes and user migration went through and we were able to run the 'cleanup' task once finished.

ENGINE=MyISAM; is mysql specific so it was removed.