]> git.uio.no Git - usit-rt.git/blob - etc/upgrade/4.1.7/schema.SQLite
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / etc / upgrade / 4.1.7 / schema.SQLite
1 UPDATE Transactions SET TimeTaken = NewValue - OldValue
2 WHERE ObjectType = 'RT::Ticket' AND Type = 'Set' AND Field = 'TimeWorked';