mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-23 09:18:49 +02:00
Closes #8195: Ensure all GenericForeignKey ID fields employ PositiveBigIntegerField
This commit is contained in:
@@ -801,7 +801,7 @@ class IPAddress(PrimaryModel):
|
||||
blank=True,
|
||||
null=True
|
||||
)
|
||||
assigned_object_id = models.PositiveIntegerField(
|
||||
assigned_object_id = models.PositiveBigIntegerField(
|
||||
blank=True,
|
||||
null=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user