The DROP TABLE query isn't needed. Updates between the beta tagged releases aren't fully supported right now, similar to the core CMS (that'll change after a stable tag, it's mostly because I didn't do SQL deltas as needed for other database changes).
The install script should now check for 3.5.0 as the minimum instead of 3.3.0 if we're going to add the utf8mb4 stuff, that's checked here.
Two things:
The
DROP TABLEquery isn't needed. Updates between the beta tagged releases aren't fully supported right now, similar to the core CMS (that'll change after a stable tag, it's mostly because I didn't do SQL deltas as needed for other database changes).The install script should now check for 3.5.0 as the minimum instead of 3.3.0 if we're going to add the utf8mb4 stuff, that's checked here.