Yeah, you'd also have to add something like this to your mozambique_update() function:
<?php
switch ($version) {
case 2:
// do your update query...
break;
}
?>Although since Mozambique isn't in core yet, I'd just change it and leave it as version 1. We don't really need updates until something been committed and is in public use.

Joined: 08/07/2007