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

(-)a/installer/data/mysql/atomicupdate/Bug_16200_Convert_expired_holds_to_accounttype_HE.sql (-1 / +1 lines)
Line 0 Link Here
0
- 
1
UPDATE accountlines SET accounttype='HE', description=itemnumber WHERE (description REGEXP '^Hold waiting too long [0-9]+') AND accounttype='F';

Return to bug 16200