automated database updates for SVN releases (hurray?)

git-svn-id: http://www.observium.org/svn/observer/trunk@540 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong 2009-12-02 03:36:11 +00:00
parent 74c6f736d3
commit 284e7fbc23
4 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,8 @@ if(!$where) {
exit;
}
shell_exec("scripts/update-sql.php database-update.sql");
if(isset($options['d'])) { echo("DEBUG!\n"); $debug = 1; }

View File

@ -70,7 +70,7 @@ if(!$config['graph_colours']['mixed']) {
# No changes below this line #
##############################
$config['version'] = "0.7.0";
$config['version'] = "0.7.0-SVN";
$config['rrd_opts_array'] = explode(" ", trim($config['rrdgraph_def_text']));
# print_r($config['rrd_opts_array']);