use C4::Installer;
$DBversion = 'XXX';
my $DBVersion = 'XXX';
if ( CheckVersion( $DBversion ) ) {
print "Running... ";
unless ( column_exists( 'borrower_modifications', 'changed_fields' ) ) {
-