Add fields to device component models for tracking creation/update times #5901
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
Environment
Proposed Functionality
Add the standard
created
andlast_updated
fields to all device component and component template models. These will appear in the REST API serializer as well as within the NetBox UI.Use Case
Automatically tracks the date on which objects are created, and the date and time at which they have been most recently updated.
Database Changes
Add
created
andlast_updated
fields to each device component (console ports, power outlets, interfaces, etc.) model as well as their template models (used for instantiation from a device type).External Dependencies
None
The text was updated successfully, but these errors were encountered: