Added missing DB update to 1.24.2

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2937 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2009-06-30 07:41:54 +00:00
parent ccff3f8a50
commit 9f8296a067
1 changed files with 6 additions and 0 deletions

View File

@ -868,6 +868,12 @@ if ( $version )
patchDB( $dbh, "1.24.0" );
$cascade = !undef;
}
if ( $cascade || $version eq "1.24.1" )
{
# Patch the database
patchDB( $dbh, "1.24.1" );
$cascade = !undef;
}
if ( $cascade )
{
my $installed_version = ZM_VERSION;