Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REALM_ID, USER_ID, TENANT_ID with wrong varchar length #14

Closed
paolociliberto opened this issue Jan 17, 2024 · 1 comment · Fixed by #16
Closed

REALM_ID, USER_ID, TENANT_ID with wrong varchar length #14

paolociliberto opened this issue Jan 17, 2024 · 1 comment · Fixed by #16

Comments

@paolociliberto
Copy link

Hello, on https://github.com/anarsultanov/keycloak-multi-tenancy/blob/main/src/main/resources/META-INF/keycloak-multi-tenancy-changelog-20221217-2113.xml the ids REALM_ID, USER_ID, TENANT_ID are varchar(255) on line 14, 26 and 29. They should be 36. Indeed, when start on sql server it break everything and the entiry keycloack doesn't start. I fixed in my pc, i cannot push a branch or a suggestion on your repo so i write here. Also the plugin you deployed are broken with sql server. i suggest to fix.

Kind Regards
Paolo

@anarsultanov
Copy link
Owner

Hi Paolo,

Thank you for highlighting the SQL Server compatibility issue.

I've addressed the column length inconsistency in a new pull request, which you can find here: #16.
Could you please review the changes and confirm if they resolve your issue?

Best regards,
Anar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants