Skip to content

Commit

Permalink
Add install function to allow a schema update to do nothing (apart fr…
Browse files Browse the repository at this point in the history
…om increment database version)
  • Loading branch information
unknown authored and unknown committed Jul 25, 2009
1 parent f8180e4 commit be66020
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions admin/install_functions.php
Expand Up @@ -165,3 +165,8 @@ function install_date_migrate( $p_data) {
return 2;

}

function install_do_nothing() {
# return 2 because that's what ADOdb/DataDict does when things happen properly
return 2;
}

0 comments on commit be66020

Please sign in to comment.