Error dropping primary key constraint in YugabyteDB

Viewed 6

[Question posted by a user on YugabyteDB Community Slack]

I started using YugabyteDB for micro services development. Part of the migration, I started using YugaByteDB to a Keycloak installation.

During keycloak installation, I noticed the following error related to liquibase changeset from Keycloak:

Reason: liquibase.exception.DatabaseException: ERROR: dropping a primary key constraint is not yet supported [Failed SQL: (0) ALTER TABLE public.USER_REQUIRED_ACTION DROP CONSTRAINT CONSTRAINT_2]
1 Answers
Related