ory-am/hydra

View on GitHub
persistence/sql/migrations/20190100000009000000_client.postgres.down.sql

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_client DROP CONSTRAINT hydra_client_pkey;
ALTER TABLE hydra_client DROP COLUMN pk;
DROP INDEX hydra_client_idx_id_uq;
ALTER TABLE hydra_client ADD PRIMARY KEY (id);