Build and Push Docker image / build-and-push (push) Successful in 3m1sDetails
in the past ldapUsers had their own table (ldapUsers) and guest users the (guestUsers) table. They are now stored in the same table but with a REALM field
BREAKING CHANGE: ldap users are now stored in the "users" table
Build and Push Docker image / build-and-push (push) Successful in 3m30sDetails
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