Skip to content

Commit 25a41eb

Browse files
authored
[COST-4947] Remove account and region fields from ProviderInfrastructureMap model (#5076)
1 parent 5ac84cc commit 25a41eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

koku/api/provider/models.py

-2
Original file line numberDiff line numberDiff line change
@@ -573,5 +573,3 @@ class Meta:
573573

574574
infrastructure_type = models.CharField(max_length=50, choices=Provider.CLOUD_PROVIDER_CHOICES, blank=False)
575575
infrastructure_provider = models.ForeignKey("Provider", on_delete=models.CASCADE)
576-
infrastructure_account = models.CharField(max_length=50, null=True)
577-
infrastructure_region = models.CharField(max_length=50, null=True)

0 commit comments

Comments
 (0)