@@ -, +, @@ --- installer/data/mysql/atomicupdate/skeleton.perl | 13 ------------- .../mysql/{db_revs => atomicupdate}/skeleton.pl | 0 2 files changed, 13 deletions(-) delete mode 100644 installer/data/mysql/atomicupdate/skeleton.perl rename installer/data/mysql/{db_revs => atomicupdate}/skeleton.pl (100%) --- a/installer/data/mysql/atomicupdate/skeleton.perl +++ a/installer/data/mysql/atomicupdate/skeleton.perl @@ -1,13 +0,0 @@ -$DBversion = 'XXX'; # will be replaced by the RM -if( CheckVersion( $DBversion ) ) { - # you can use $dbh here like: - # $dbh->do( "ALTER TABLE biblio ADD COLUMN badtaste int" ); - - # or perform some test and warn - # if( !column_exists( 'biblio', 'biblionumber' ) ) { - # warn "There is something wrong"; - # } - - # Always end with this (adjust the bug info) - NewVersion( $DBversion, XXXXX, "Description"); -}