Skip to content

Commit

Permalink
MODLD-276: Insert predicate lookup (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
askhat-abishev authored Mar 7, 2024
1 parent 0c157d8 commit 6cc289a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3678,4 +3678,16 @@
<column name="predicate" value="http://bibfra.me/vocab/lite/isDefinedBy"/>
</insert>
</changeSet>

<changeSet id="328_insert_predicate_lookup" author="[email protected]">
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="0">
select count(*) from predicate_lookup pl where pl.predicate = 'http://bibfra.me/vocab/marc/targetAudience'
</sqlCheck>
</preConditions>
<insert tableName="predicate_lookup">
<column name="predicate_hash" value="-2457879742170133289"/>
<column name="predicate" value="http://bibfra.me/vocab/marc/targetAudience"/>
</insert>
</changeSet>
</databaseChangeLog>

0 comments on commit 6cc289a

Please sign in to comment.