Skip to content

Commit 7addda0

Browse files
author
Boy Baukema
committed
Merge branch 'master' into develop
2 parents 501be20 + bb2d9a5 commit 7addda0

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

database/patch/patch-0022.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Create indexes on sso_provider_roles for PUSH metadata
2+
CREATE INDEX idx_sso_provider_roles_type ON sso_provider_roles (type);
3+
CREATE INDEX idx_sso_provider_roles_entity_id ON sso_provider_roles (entity_id);
4+
CREATE INDEX idx_sso_provider_roles_publish_in_edugain ON sso_provider_roles (publish_in_edugain);
5+
CREATE UNIQUE INDEX idx_sso_provider_roles_entity_id_type ON sso_provider_roles (type, entity_id);

docs/release_notes/4.5.5.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# OpenConext EngineBlock v4.5.5 Release Notes #
2+
3+
Bugfix release for push metadata.
4+
5+
* Bugfix for [Tuple (entity_id,type) should be UNIQUE in sso_provider_roles #160](https://github.com/OpenConext/OpenConext-engineblock/issues/160).

0 commit comments

Comments
 (0)