Browse Source

Bug 27360: (follow-up) DBRev 21.06.00.041

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.11/bug30761
Jonathan Druart 2 years ago
parent
commit
02d094a36c
  1. 2
      installer/data/mysql/db_revs/210600041.pl

2
installer/data/mysql/db_revs/210600041.pl

@ -9,7 +9,7 @@ return {
unless ( column_exists('branches', 'public') ) {
$dbh->do(q{
ALTER TABLE branches ADD public tinyint DEFAULT 1 AFTER pickup_location
ALTER TABLE branches ADD public tinyint(1) NOT NULL DEFAULT 1 AFTER pickup_location
});
}
},

Loading…
Cancel
Save