mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-26 11:14:35 +00:00
Alter auto-increment values for taxonomy_term content entity
Avoid entity ID conflicts
This commit is contained in:
parent
fc1d44d42c
commit
ffd85d1466
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
$settings['auto_increment_alter_content_entities'] = [
|
||||
'file' => [350], // Alter the tables for the file content entity.
|
||||
'taxonomy_term' => [200], // Alter the tables for the taxonomy term content entity.
|
||||
'user' => [350], // Alter the tables for the user content entity.
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue