Skip to content

Commit

Permalink
Fix 2 fk checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jan 20, 2019
1 parent bfe233d commit 1451e36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions doc/changelogs/changelog-0.14.1-to-0.14.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
changelog from version 0.14.1 to 0.14.2

. Fixes for changes introduced in version 0.14:

- fix 2 FK checks
4 changes: 2 additions & 2 deletions settings/ezdbintegrity.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ezcontentobject[]=id::ezcontentobject_version::contentobject_id::ezcontentobject
ezcontentobject_attribute[]=attribute_original_id::ezcontentobject_attribute::id::ezcontentobject_attribute.attribute_original_id <> 0
ezcontentobject_attribute[]=contentclassattribute_id::ezcontentclass_attribute::id
ezcontentobject_attribute[]=contentobject_id::ezcontentobject::id
ezcontentobject_attribute[]=contentobject_id,version::ezcontentobject_attribute::contentobject_id,version
ezcontentobject_attribute[]=contentobject_id,version::ezcontentobject_version::contentobject_id,version
ezcontentobject_attribute[]=language_code::ezcontent_language::locale
ezcontentobject_link[]=from_contentobject_id::ezcontentobject::id
ezcontentobject_link[]=to_contentobject_id::ezcontentobject::id
Expand All @@ -113,7 +113,7 @@ ezcontentobject_version[]=contentobject_id::ezcontentobject::id
ezcontentobject_version[]=creator_id::ezuser::contentobject_id
ezcontentobject_version[]=initial_language_id::ezcontent_language::id
ezcontentobject_version[]=user_id::ezuser::contentobject_id::user_id <> 0
ezcontentobject_version[]=id,version::ezcontentobject_attribute::contentobject_id,version
ezcontentobject_version[]=contentobject_id,version::ezcontentobject_attribute::contentobject_id,version
ezcontentstaging_event_node[]=event_id::ezcontentstaging_event::id
ezdiscountsubrule[]=discountrule_id::ezdiscountrule::id
ezdiscountsubrule_value[]=discountsubrule_id::ezdiscountsubrule::id
Expand Down

0 comments on commit 1451e36

Please sign in to comment.