$DBversion = 'XXX'; # will be replaced by the RM
if( CheckVersion( $DBversion ) ) {
$dbh->do( "ALTER TABLE auth_header DROP COLUMN marc" );
if( column_exists( 'auth_header', 'marc' ) ) {
}
NewVersion( $DBversion, XXXXX, "Drop marc column from auth_header");
NewVersion( $DBversion, 26684, "Drop marc column from auth_header");
-