5 |
description => "Remove unused column virtualshelfcontents.flags", |
5 |
description => "Remove unused column virtualshelfcontents.flags", |
8 |
my ($dbh, $out) = @$args{qw(dbh out)}; |
8 |
my ( $dbh, $out ) = @$args{qw(dbh out)}; |
9 |
if ( column_exists( 'virtualshelfcontents', 'flags' ) ) { |
9 |
if ( column_exists( 'virtualshelfcontents', 'flags' ) ) { |