Updated for v1.21.0
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1391 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
83f30ff19d
commit
a86b0119f6
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# ==========================================================================
|
# ==========================================================================
|
||||||
#
|
#
|
||||||
# ZoneMinder WatchDog Script, $Date$, $Revision$
|
# ZoneMinder Update Script, $Date$, $Revision$
|
||||||
# Copyright (C) 2003, 2004, 2005 Philip Coombes
|
# Copyright (C) 2003, 2004, 2005 Philip Coombes
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
|
@ -387,6 +387,12 @@ if ( $version )
|
||||||
patchDB( $dbh, "1.20.0" );
|
patchDB( $dbh, "1.20.0" );
|
||||||
$cascade = !undef;
|
$cascade = !undef;
|
||||||
}
|
}
|
||||||
|
if ( $cascade || $version eq "1.20.1" )
|
||||||
|
{
|
||||||
|
# Patch the database
|
||||||
|
patchDB( $dbh, "1.20.1" );
|
||||||
|
$cascade = !undef;
|
||||||
|
}
|
||||||
if ( !$cascade )
|
if ( !$cascade )
|
||||||
{
|
{
|
||||||
die( "Can't find upgrade from version '$version'" );
|
die( "Can't find upgrade from version '$version'" );
|
||||||
|
|
Loading…
Reference in New Issue