Skip to content

Commit

Permalink
[COST-4947] Remove account and region fields from ProviderInfrastruct…
Browse files Browse the repository at this point in the history
…ureMap model (#5076)
  • Loading branch information
cgoodfred authored Apr 30, 2024
1 parent 5ac84cc commit 25a41eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions koku/api/provider/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,5 +573,3 @@ class Meta:

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

0 comments on commit 25a41eb

Please sign in to comment.