blob: 03b54b5691fc7d00030cb7b48dd9deace2e53e28 (
plain)
1
2
|
UPDATE Tickets SET Subject = REPLACE(Subject,'\n',''), Status = LOWER(Status);
UPDATE Transactions SET OldValue = LOWER(OldValue), NewValue = LOWER(NewValue) WHERE Type = 'Status' AND Field = 'Status';
|