mirror of
https://github.com/lldap/lldap.git
synced 2026-06-10 05:20:33 +00:00
When importing data, Postgres doesn't update the auto increment counter for the groups. Creating a group after an import would fail due to duplicate IDs. This manually sets the ID to the max of the IDs + 1.