mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
Alter auto-increment values for file content entity
Avoid entity ID conflicts
This commit is contained in:
parent
040b88f0ab
commit
68c9c5bb74
1 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,8 @@
|
|||
|
||||
// Auto-increment alter settings.
|
||||
|
||||
$settings['auto_increment_alter_content_entities'] = [];
|
||||
$settings['auto_increment_alter_content_entities'] = [
|
||||
'file' => [350], // Alter the tables for the file content entity.
|
||||
];
|
||||
|
||||
$settings['auto_increment_alter_tables'] = [];
|
||||
|
|
Loading…
Reference in a new issue