ory-am/hydra

View on GitHub
persistence/sql/migrations/20230228000010000001_client_add_skip_consent_column.up.sql

Summary

Maintainability
Test Coverage
ALTER TABLE hydra_client ADD COLUMN skip_consent BOOLEAN NOT NULL DEFAULT false;