stuve-it-backend/ldapSync
Valentin Kolb 1c78615597
Build and Push Docker image / build-and-push (push) Successful in 3m30s Details
feat(ldapSync): changed ldap-groups and ldap-users id field
In the past the objectGUID of the groups and users where used to set the id of the record.
This led to bugs for filter queries, so from now on the the id is autogenerated from pocketbase and the objectGUID is stored in a seperate columns (with unique index)

BREAKING CHANGE: The ID's of all users and groups changed
2024-05-11 13:29:56 +02:00
..
db.go feat(ldapSync): changed ldap-groups and ldap-users id field 2024-05-11 13:29:56 +02:00
ldapSync.go feat(ldapSync): changed ldap-groups and ldap-users id field 2024-05-11 13:29:56 +02:00
main.go refactor(project): path rename 2024-03-27 16:00:59 +01:00
models.go feat(ldapSync): changed ldap-groups and ldap-users id field 2024-05-11 13:29:56 +02:00
tables.go feat(ldapSync): changed ldap-groups and ldap-users id field 2024-05-11 13:29:56 +02:00