Skip to content

Commit

Permalink
SAK-44167 ContentReview removed duplicate index name (sakaiproject#8484)
Browse files Browse the repository at this point in the history
  • Loading branch information
ern authored Aug 27, 2020
1 parent 6abff41 commit 7860e43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</id>
<version name="version" column="VERSION" type="integer" />
<properties name="CONTENT_PROVIDER_CONSTRAINT" unique="true" insert="true">
<property name="providerId" column="PROVIDERID" type="integer" not-null="true" index="contentreview_provider_id_idx"/>
<property name="providerId" column="PROVIDERID" type="integer" not-null="true"/>
<property name="contentId" column="CONTENTID" type="string" length="255" not-null="true"/>
</properties>
<property name="userId" column="USERID" type="string" length="255" not-null="false" />
Expand Down

0 comments on commit 7860e43

Please sign in to comment.