dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #34984
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17952: Comment
------------------------------------------------------------
revno: 17952
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-01-12 20:02:27 +0100
message:
Comment
modified:
resources/sql/integritychecks.sql
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'resources/sql/integritychecks.sql'
--- resources/sql/integritychecks.sql 2015-01-12 11:44:16 +0000
+++ resources/sql/integritychecks.sql 2015-01-12 19:02:27 +0000
@@ -138,7 +138,7 @@
select * from categoryoptioncombo where categoryoptioncomboid not in (select distinct categoryoptioncomboid from categorycombos_optioncombos);
--- Get category options without category option combos
+-- Get category options without category option combos (be careful when deleting from categories_categoryoptions to avoid missing indexes)
select * from dataelementcategoryoption where categoryoptionid not in (select distinct categoryoptionid from categoryoptioncombos_categoryoptions);