Refactor #33672
Remove updated_at from taxable_taxonomies table
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Database
Target version:
-
Difficulty:
trivial
Triaged:
Yes
Description
Records in this table aren't modified as it is a simple join table. We could remove the updated_at field.
Associated revisions
Refs #33672 - remove unnecessary timestamps from taxable_taxonomies table
History
#1
Updated by Lukas Zapletal over 1 year ago
- Triaged changed from No to Yes
- Assignee set to Lukas Zapletal
- Subject changed from Remove updated_at from taxable_taxonomies table to Remove created_at/updated_at from irrelevant tables
#2
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8831 added
#3
Updated by Lukas Zapletal over 1 year ago
- Status changed from Ready For Testing to Rejected
Most of the columns ARE actually relevant.
#4
Updated by Lukas Zapletal over 1 year ago
- Assignee deleted (
Lukas Zapletal) - Status changed from Rejected to New
- Subject changed from Remove created_at/updated_at from irrelevant tables to Remove updated_at from taxable_taxonomies table
#5
Updated by The Foreman Bot 10 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9220 added
#6
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 3.4.0 added
#7
Updated by Nofar Alfassi 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|c367ccbcb634a46e18710198f73aecb114464763.
#8
Updated by The Foreman Bot 10 months ago
- Pull request https://github.com/theforeman/foreman/pull/9224 added
Fixes #33672 - drop unnecessary timestamps