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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 19001-19007 if ( CheckVersion($DBversion) ) { Link Here
19001
        UPDATE
19001
        UPDATE
19002
          accountlines
19002
          accountlines
19003
        SET
19003
        SET
19004
          accounttype = 'LOST_RETURNED'
19004
          accounttype = 'LOST_RETURN'
19005
        WHERE
19005
        WHERE
19006
          accounttype = 'CR';
19006
          accounttype = 'CR';
19007
    });
19007
    });
19008
- 

Return to bug 25389