Issue #2818155 by Yogesh Pawar, edgewl2: Add comments to d6_file stating the conflicts with d6_user_picture_file
parent
e4893d4b1b
commit
dbf488c96d
|
@ -13,6 +13,9 @@ source:
|
||||||
# configuration in this migration's process pipeline as an example.
|
# configuration in this migration's process pipeline as an example.
|
||||||
source_base_path: ''
|
source_base_path: ''
|
||||||
process:
|
process:
|
||||||
|
# If you are using both this migration and d6_user_picture_file in a custom
|
||||||
|
# migration and executing migrations incrementally, it is recommended that
|
||||||
|
# you remove the fid mapping here to avoid potential ID conflicts.
|
||||||
fid: fid
|
fid: fid
|
||||||
filename: filename
|
filename: filename
|
||||||
source_full_path:
|
source_full_path:
|
||||||
|
|
|
@ -11,6 +11,9 @@ source:
|
||||||
# table are specified, and must end with a /.
|
# table are specified, and must end with a /.
|
||||||
source_base_path: ''
|
source_base_path: ''
|
||||||
process:
|
process:
|
||||||
|
# If you are using both this migration and d6_file in a custom migration
|
||||||
|
# and executing migrations incrementally, it is recommended that you
|
||||||
|
# remove the fid mapping from d6_file to avoid potential ID conflicts.
|
||||||
filename: filename
|
filename: filename
|
||||||
uid: uid
|
uid: uid
|
||||||
source_full_path:
|
source_full_path:
|
||||||
|
|
Loading…
Reference in New Issue