We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac84cc commit 25a41ebCopy full SHA for 25a41eb
koku/api/provider/models.py
@@ -573,5 +573,3 @@ class Meta:
573
574
infrastructure_type = models.CharField(max_length=50, choices=Provider.CLOUD_PROVIDER_CHOICES, blank=False)
575
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