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 user content entity
Avoid entity ID conflicts
This commit is contained in:
parent
ab5f2a5cc6
commit
93871bb6ef
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.
|
||||
'user' => [350], // Alter the tables for the user content entity.
|
||||
];
|
||||
|
||||
$settings['auto_increment_alter_tables'] = [];
|
||||
|
|
Loading…
Reference in a new issue