Create basic bash script to wipe database cleanly (so you can edit the setup scripts without rerunning vagrant up each time)
Set MYRADIO_CURRENT_SCHEMA_VERSION to the latest patch version (which I think we were meant to have been doing, since that's how it sees whether to install patches)
Create a loop in dbschema because it has an issue where it applies base.sql but then, on the next query, doesn't seem to be able to find its changes in the database. This makes it repeat maybe 3 times but limits the amount a user has to do to get it working (which is a fair compromise)
Other minor edits to dbschema to avoid weird unexpected cases
vagrant up
each time)