diff --git a/docs/operations/data_migration.md b/docs/operations/data_migration.md index 38411e372..7290349ad 100644 --- a/docs/operations/data_migration.md +++ b/docs/operations/data_migration.md @@ -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