mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 15:53:31 +02:00
Update data_migration.md
This commit is contained in:
parent
8aa840f427
commit
34d1b8f409
1 changed files with 2 additions and 3 deletions
|
@ -274,8 +274,6 @@ Directs the script to load only the first 100 entries into the table. You can a
|
|||
This will delete all the data in transtion_domain. It is helpful if you want to see the entries reload from scratch or for clearing test data.
|
||||
|
||||
###### (arguments that override filepaths and directories if needed)
|
||||
`--infer_filenames`
|
||||
Determines if we should infer filenames or not. Recommended to be enabled only in a development or testing setting..
|
||||
|
||||
`--directory`
|
||||
Defines the directory where all data files and the JSON are stored.
|
||||
|
@ -307,7 +305,8 @@ Defines the filename for domain type adhocs.
|
|||
`--authority_adhoc_filename`
|
||||
Defines the filename for domain type adhocs.
|
||||
|
||||
|
||||
`--infer_filenames`
|
||||
Determines if we should infer filenames or not. This setting is not available for use in environments with the flag `settings.DEBUG` set to false, as it is intended for local development only.
|
||||
|
||||
### STEP 2: Transfer Transition Domain data into main Domain tables
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue