mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
@@ -352,8 +352,7 @@
|
|||||||
<changeSet author="athou" id="add-keys">
|
<changeSet author="athou" id="add-keys">
|
||||||
<preConditions onFail="MARK_RAN" onFailMessage="existing table skipping">
|
<preConditions onFail="MARK_RAN" onFailMessage="existing table skipping">
|
||||||
<not>
|
<not>
|
||||||
<foreignKeyConstraintExists foreignKeyTableName="FEEDS"
|
<primaryKeyExists tableName="FEED_FEEDENTRIES" />
|
||||||
foreignKeyName="FKE50C03F13BFA4D81" />
|
|
||||||
</not>
|
</not>
|
||||||
</preConditions>
|
</preConditions>
|
||||||
<addPrimaryKey columnNames="FEEDENTRY_ID, FEED_ID"
|
<addPrimaryKey columnNames="FEEDENTRY_ID, FEED_ID"
|
||||||
|
|||||||
Reference in New Issue
Block a user