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

Commit a09d370

Browse files
SORMAS-Foundation#3673 - Created index
1 parent 072f7d5 commit a09d370

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6084,4 +6084,10 @@ CREATE TABLE labmessage (
60846084
CREATE TABLE labmessage_history (LIKE labmessage);
60856085

60866086
INSERT INTO schema_version (version_number, comment) VALUES (291, 'Add LabMessage #3486');
6087+
6088+
-- 2020-12-11 Create contacts-visits index #3673
6089+
CREATE INDEX IF NOT EXISTS idx_contacts_visits_contact_id ON contacts_visits USING HASH (contact_id);
6090+
6091+
INSERT INTO schema_version (version_number, comment) VALUES (292, 'Create contacts-visits index #3673');
6092+
60876093
-- *** Insert new sql commands BEFORE this line ***

0 commit comments

Comments
 (0)