-
Notifications
You must be signed in to change notification settings - Fork 8
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
Production Release - Keycloak Update to 22.0 #770
Conversation
…ble User possible status for a user are: "ACTIVE", "DELETED", "SPAM", and "INACTIVE". The latter is for later use.
…ous primary key id adjust the corresponding queries
updates keycloak to 22.0
Staging Release - Keycloak 22 Update
Overall, the pull request seems to be following standard conventions and practices, and it is well-structured. Here are my suggestions:
For instance, the down migration for ALTER TABLE "public"."AppSettings" DROP COLUMN "app"; Remember, writing both up and down migrations enhances the version control system, allowing you to move forward and backward through different database states.
INSERT INTO "public"."UserStatus"("value", "comment") VALUES (E'DELETED', E'All private information concerning this user is deleted.'); Despite these minor issues, your code looks good and follows good coding practices. Keep it up! |
No description provided.