Extend the default "created" field on models from DateField to DateTimeField #8463
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v3.1.6
Feature type
Change to existing functionality
Proposed functionality
All change-logged models in NetBox have two common fields:
This issue proposes migrating the
created
field to a DateTimeField to matchlast_updated
. (In doing so, existing date values will receive a 00:00:00 timestamp.)Use case
Provides greater granularity concerning the time at which an object in NetBox is created.
Database changes
Simple migration of the
created
field on all relevant models.External dependencies
No response
The text was updated successfully, but these errors were encountered: