It would be nice to add current schema version to the database and to check it on startup.
For example, you can add a table "mp_PortalSettings" with the field SchemaVersion and the only record in it.
In case curent db version does not correspond to one required by the code, an exception can be thrown (like "please, run upgrade scripts from ...").
At the next step, even automatic upgrade is possible. :)