Alter auto-increment values for taxonomy_term content entity

Avoid entity ID conflicts
This commit is contained in:
Mauricio Dinarte 2024-12-04 10:13:02 -06:00
parent fc1d44d42c
commit ffd85d1466

View file

@ -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.
];