Hi Team,
I have created a new table in keycloak by implementing JpaEntityProviderFactory.
So it was executed and added to the database changelog file as well. Now I want to add a new column to the same table, how do I do this?
I have tried adding a new class that implements JpaEntityProviderFactory, and it worked. But when I’m adding this jar to another keycloak where that table doesn’t exist, it fails because it does not execute in order.