moodle/mod/resource/db/postgres7.php

13 lines
183 B
PHP

<?PHP // $Id$
function resource_upgrade($oldversion) {
// This function does anything necessary to upgrade
// older versions to match current functionality
return true;
}
?>