View | Details | Raw Unified | Return to bug 38434
Collapse All | Expand All

(-)a/installer/data/mysql/db_revs/240600045.pl (-2 / +1 lines)
Lines 11-17 return { Link Here
11
        if ( !column_exists( 'itemtypes', 'bookable' ) ) {
11
        if ( !column_exists( 'itemtypes', 'bookable' ) ) {
12
            $dbh->do(
12
            $dbh->do(
13
                q{
13
                q{
14
                ALTER TABLE itemtypes ADD COLUMN bookable INT(1) DEFAULT 0 AFTER automatic_checkin
14
                ALTER TABLE itemtypes ADD COLUMN bookable tinyint(1) NOT NULL DEFAULT 0 AFTER automatic_checkin
15
            }
15
            }
16
            );
16
            );
17
17
18
- 

Return to bug 38434