Added patch for 1.19.5
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1143 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
6c9d40767c
commit
32ddc72ae5
|
@ -322,8 +322,6 @@ if ( $version )
|
|||
{
|
||||
require DBI;
|
||||
|
||||
# Patch the database
|
||||
patchDB( "1.19.4" );
|
||||
# Rename the event directories and create a new symlink for the names
|
||||
chdir( EVENT_PATH );
|
||||
|
||||
|
@ -342,6 +340,15 @@ if ( $version )
|
|||
}
|
||||
$sth->finish();
|
||||
|
||||
# Patch the database
|
||||
patchDB( "1.19.4" );
|
||||
|
||||
$cascade = !undef;
|
||||
}
|
||||
if ( $cascade || $version eq "1.19.5" )
|
||||
{
|
||||
# Patch the database
|
||||
patchDB( "1.19.5" );
|
||||
$cascade = !undef;
|
||||
}
|
||||
if ( !$cascade )
|
||||
|
|
Loading…
Reference in New Issue