Closed
Bug 289501
Opened 20 years ago
Closed 20 years ago
Remove all "delta_ts = delta_ts" from Bugzilla
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mkanat, Unassigned)
Details
We used to have to write "delta_ts = delta_ts" when we didn't want to update the delta_ts timestamp, but now delta_ts isn't a MySQL timestamp field anymore, so we can get rid of all that cruft.
Comment 1•20 years ago
|
||
bug 257315 converted delta_ts from timestamp to datetime and removed such delta_ts = delta_ts stuff when appropriate. Actually, the only file which still contains this is checksetup.pl, because the conversion to datetime appears late in the script. Or maybe do you want to move this conversion earlier in the script and get rid of this "hack"?
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•