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

(-)a/installer/data/mysql/db_revs/250600015.pl (-2 / +1 lines)
Lines 35-41 return { Link Here
35
                q{
35
                q{
36
                ALTER TABLE old_issues
36
                ALTER TABLE old_issues
37
                ADD COLUMN booking_id int(11) DEFAULT NULL
37
                ADD COLUMN booking_id int(11) DEFAULT NULL
38
                COMMENT 'foreign key linking this checkout to the booking it fulfilled'
38
                COMMENT 'foreign key linking this checkout to the booking it fulfills'
39
                AFTER itemnumber
39
                AFTER itemnumber
40
            }
40
            }
41
            );
41
            );
42
- 

Return to bug 40665