mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
109 stars 45 forks source link

Fix migrations and a wrong function call #60

Closed JN-Jones closed 9 years ago

JN-Jones commented 9 years ago

@euantorano @wpillar

Not sure whether it was intentional that the num_likes columns didn't have a default value but it broke the Seeders and IIRC you hadn't updated the create functions (reply/signup) and this was the easiest way to fix it (and seems logical to me).

Note that running the seeders twice will still throw errors as it tries to truncate the tables without updating foreign keys first. Not yet sure whether we want to support that?

euantorano commented 9 years ago

Yep, my bad.