mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 07:14:34 +00:00
Add empty auto-increment alter settings
This commit is contained in:
parent
467005824e
commit
040b88f0ab
1 changed files with 6 additions and 0 deletions
|
@ -23,3 +23,9 @@
|
|||
$settings['migrate_skip_fields_by_type'] = [
|
||||
'youtube', // Changed to media reference field.
|
||||
];
|
||||
|
||||
// Auto-increment alter settings.
|
||||
|
||||
$settings['auto_increment_alter_content_entities'] = [];
|
||||
|
||||
$settings['auto_increment_alter_tables'] = [];
|
||||
|
|
Loading…
Reference in a new issue