RT#34237 v3 reconcile commit 345b82cee4b7d1516ce1815df727ed7aac3dc077
[freeside.git] / rt / etc / upgrade / 4.0.13 / schema.Pg
1 UPDATE Tickets SET Subject = REPLACE(Subject,E'\n',''), Status = LOWER(Status);
2 UPDATE Transactions SET OldValue = LOWER(OldValue), NewValue = LOWER(NewValue) WHERE Type = 'Status' AND Field = 'Status';