Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 472c348

Browse files
author
FredrikSchäferVitagroup
committed
SORMAS-Foundation#3488 removed invalid changes to the sormas.properties
1 parent 9268025 commit 472c348

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

sormas-backend/src/main/resources/sql/sormas_schema.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6052,7 +6052,6 @@ CREATE TABLE labmessage (
60526052
uuid varchar(36) not null unique,
60536053
changedate timestamp not null,
60546054
creationdate timestamp not null,
6055-
messagedatetime timestamp,
60566055
sampledatetime timestamp,
60576056
samplereceiveddate timestamp,
60586057
labsampleid text,
@@ -6082,11 +6081,6 @@ CREATE TABLE labmessage (
60826081
primary key(id)
60836082
);
60846083

6085-
ALTER TABLE labmessage OWNER TO sormas_user;
6086-
CREATE TABLE labmessage_history (LIKE labmessage);
6087-
CREATE TRIGGER versioning_trigger BEFORE INSERT OR UPDATE OR DELETE ON labmessage
6088-
FOR EACH ROW EXECUTE PROCEDURE versioning('sys_period', 'labmessage_history', true);
6089-
ALTER TABLE labmessage_history OWNER TO sormas_user;
60906084

60916085
INSERT INTO schema_version (version_number, comment) VALUES (291, 'Add LabMessage #3486');
60926086

0 commit comments

Comments
 (0)