default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / rt / 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';