Actions
Refactor #25871
closedRemove timestamps from logs table
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
Table "logs" can be huge since it joins reports with sources and messages. It currently contains timestamps but we do not appear to make any use of them and it does not make much sense to track creation of individual lines in a report, what is relevant is creation time of a report itself which we already have in table named "reports".
This ticket is to drop the timestamps to save some space.
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6417 added
Updated by Lukas Zapletal almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset d84f29a5e267d1fd96c6e85086266f8d8343187a.
Actions