Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/gui-config
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Aug 4, 2021
2 parents 7930ca3 + 16bda36 commit 173fc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/repo-sqale/sql/pgnew-repo.sql
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ CREATE TRIGGER m_service_oid_delete_tr AFTER DELETE ON m_service
FOR EACH ROW EXECUTE PROCEDURE delete_object_oid();

CREATE INDEX m_service_nameOrig_idx ON m_service (nameOrig);
CREATE INDEX m_service_nameNorm_idx ON m_service (nameNorm); -- was not unique in old repo either
ALTER TABLE m_service ADD CONSTRAINT m_service_nameNorm_key UNIQUE (nameNorm);

-- Represents ArchetypeType, see https://wiki.evolveum.com/display/midPoint/Archetypes
CREATE TABLE m_archetype (
Expand Down

0 comments on commit 173fc3e

Please sign in to comment.