Skip to content
Snippets Groups Projects
Commit dbf488c9 authored by catch's avatar catch
Browse files

Issue #2818155 by Yogesh Pawar, edgewl2: Add comments to d6_file stating the...

Issue #2818155 by Yogesh Pawar, edgewl2: Add comments to d6_file stating the conflicts with d6_user_picture_file
parent e4893d4b
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment