Skip to content

Commit

Permalink
[#325] adds unique index
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Mar 16, 2020
1 parent bd34737 commit 2388134
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ databaseChangeLog:
- column:
name: user_id
type: varchar(96)

- changeSet:
id: 26
author: bthomas
sql:
- CREATE UNIQUE INDEX idx_document_mark_read_unique ON document_user_mark_read (doc_id, user_id, prj_id)

0 comments on commit 2388134

Please sign in to comment.