added FederalAgency, updated for using bulk

This commit is contained in:
David Kennedy 2024-06-13 07:21:06 -04:00
parent 1921d99eab
commit 97ee855de6
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
5 changed files with 30 additions and 6 deletions

View file

@ -28,6 +28,7 @@ class Command(BaseCommand):
* DomainInformation
* DomainRequest
* DraftDomain
* FederalAgency
* Host
* HostIp
* PublicContact
@ -40,14 +41,15 @@ class Command(BaseCommand):
table_names = [
"DomainInformation",
"DomainRequest",
"FederalAgency",
"PublicContact",
"HostIp",
"Host",
"Domain",
"User",
"Contact",
"Website",
"DraftDomain",
"HostIp",
"Host",
]
for table_name in table_names: