Alter auto-increment values for user content entity

Avoid entity ID conflicts
This commit is contained in:
Mauricio Dinarte 2024-12-04 10:12:59 -06:00
parent ab5f2a5cc6
commit 93871bb6ef

View file

@ -28,6 +28,7 @@
$settings['auto_increment_alter_content_entities'] = [
'file' => [350], // Alter the tables for the file content entity.
'user' => [350], // Alter the tables for the user content entity.
];
$settings['auto_increment_alter_tables'] = [];