Bug 21953: Update existing rows in DB
Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz> Test plan passes. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
7ff3f68e20
commit
cff05f8872
1 changed files with 1 additions and 0 deletions
1
installer/data/mysql/atomicupdate/bug_21953.sql
Normal file
1
installer/data/mysql/atomicupdate/bug_21953.sql
Normal file
|
@ -0,0 +1 @@
|
|||
UPDATE accountlines SET description=REGEXP_REPLACE(description, '^Lost Item ', '') WHERE accounttype="PF";
|
Loading…
Reference in a new issue