mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-20 00:14:16 +02:00
added FederalAgency, updated for using bulk
This commit is contained in:
parent
1921d99eab
commit
97ee855de6
5 changed files with 30 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue