Add prefix "kc_" to all existing tables#10124
Conversation
|
Hi @vramik - the code changes look good at first sight. Still, there seems to be something wired that might be connected to the Liquibase update. // cc: @sguilhen An initial startup with an empty database succeeds (with client/clientScope/role enable for Map JPA). Once I create a new role (that might trigger a new DB connection?) an exception as follows occurs. Can join you tomorrow on this to figure out what's going on here. |
|
I believe the changes in https://github.com/keycloak/keycloak/pull/10129/files#diff-b9c3b103ef25236b6f49bac3e914045837b9c72c1f02d200224a64a2ece0e543 should fix that exception. |
|
@ahus1 Is this an exception caused by this PR? If not and the PR does what it should, feel free to approve this PR. |
ahus1
left a comment
There was a problem hiding this comment.
Approved after code review and seeing that the initial setup of the DB runs ok. Observed exceptions related to other bug.
Closes #10101