View | Details | Raw Unified | Return to bug 29378
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +5 lines)
Lines 24515-24520 if( CheckVersion( $DBversion ) ) { Link Here
24515
    NewVersion( $DBversion, 29137, "Add system preference CreateAVFromCataloguing");
24515
    NewVersion( $DBversion, 29137, "Add system preference CreateAVFromCataloguing");
24516
}
24516
}
24517
24517
24518
$DBversion = '21.05.05.002';
24519
if( CheckVersion( $DBversion ) ) {
24520
    NewVersion( $DBversion, "", "Koha 21.05.05 release" );
24521
}
24522
24518
# SEE bug 13068
24523
# SEE bug 13068
24519
# if there is anything in the atomicupdate, read and execute it.
24524
# if there is anything in the atomicupdate, read and execute it.
24520
my $update_dir = C4::Context->config('intranetdir') . '/installer/data/mysql/atomicupdate/';
24525
my $update_dir = C4::Context->config('intranetdir') . '/installer/data/mysql/atomicupdate/';
24521
- 

Return to bug 29378