Update data_migration.md

This commit is contained in:
zandercymatics 2023-11-13 08:35:51 -07:00
parent 8aa840f427
commit 34d1b8f409
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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