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.
|
||||
source_base_path: ''
|
||||
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
|
||||
filename: filename
|
||||
source_full_path:
|
||||
|
|
|
@ -11,6 +11,9 @@ source:
|
|||
# table are specified, and must end with a /.
|
||||
source_base_path: ''
|
||||
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
|
||||
uid: uid
|
||||
source_full_path:
|
||||
|
|
Loading…
Reference in New Issue