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

(-)a/installer/data/mysql/db_revs/250600011.pl (-2 / +2 lines)
Lines 41-47 return { Link Here
41
            $dbh->do(
41
            $dbh->do(
42
                q{
42
                q{
43
                ALTER TABLE statistics
43
                ALTER TABLE statistics
44
                ADD COLUMN `illrequest_id` int(11) DEFAULT NULL AFTER `other`
44
                ADD COLUMN `illrequest_id` int(11) DEFAULT NULL COMMENT 'foreign key from the illrequests table, links transaction to a specific illrequest' AFTER `other`
45
45
            }
46
            }
46
            );
47
            );
47
        }
48
        }
48
- 

Return to bug 37901