mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-18 16:55:58 +02:00
Hotfix
This commit is contained in:
parent
8b49117cb1
commit
6448aae6bb
1 changed files with 3 additions and 3 deletions
|
@ -101,9 +101,9 @@ class Command(BaseCommand):
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--migrationFilenames",
|
"--migrationFilenames",
|
||||||
default="""escrow_domain_contacts.daily.gov.GOV.txt,
|
default="escrow_domain_contacts.daily.gov.GOV.txt,"
|
||||||
escrow_contacts.daily.gov.GOV.txt,
|
"escrow_contacts.daily.gov.GOV.txt,"
|
||||||
escrow_domain_statuses.daily.gov.GOV.txt""",
|
"escrow_domain_statuses.daily.gov.GOV.txt",
|
||||||
help="""The files used for load_transition_domain migration script.
|
help="""The files used for load_transition_domain migration script.
|
||||||
Must appear IN ORDER and separated by commas:
|
Must appear IN ORDER and separated by commas:
|
||||||
domain_contacts_filename.txt,contacts_filename.txt,domain_statuses_filename.txt
|
domain_contacts_filename.txt,contacts_filename.txt,domain_statuses_filename.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue