Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Jul 30, 2019
2 parents 0dc5c36 + 7115a1e commit d64eb21
Show file tree
Hide file tree
Showing 30 changed files with 864 additions and 2,846 deletions.
2 changes: 1 addition & 1 deletion config/sql/_all/h2-4.0-all.sql
Expand Up @@ -249,7 +249,7 @@ CREATE TABLE m_audit_event (
PRIMARY KEY (id)
);
CREATE TABLE m_audit_item (
changedItemPath VARCHAR(255) NOT NULL,
changedItemPath VARCHAR(900) NOT NULL,
record_id BIGINT NOT NULL,
PRIMARY KEY (record_id, changedItemPath)
);
Expand Down
4 changes: 4 additions & 0 deletions config/sql/_all/h2-upgrade-3.9-4.0.sql
Expand Up @@ -94,3 +94,7 @@ CREATE INDEX iAuditResourceOidRecordId
ON m_audit_resource (record_id);
ALTER TABLE m_audit_resource
ADD CONSTRAINT fk_audit_resource FOREIGN KEY (record_id) REFERENCES m_audit_event;

-- 2019-07-30 11:30

ALTER TABLE m_audit_item ALTER COLUMN changedItemPath VARCHAR(900);

0 comments on commit d64eb21

Please sign in to comment.