← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9203: Minor

 

------------------------------------------------------------
revno: 9203
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-12-07 15:13:31 +0100
message:
  Minor
modified:
  resources/sql/div.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/div.sql'
--- resources/sql/div.sql	2012-11-20 21:04:24 +0000
+++ resources/sql/div.sql	2012-12-07 14:13:31 +0000
@@ -70,7 +70,7 @@
 where ous.level=5
 order by province, county, district, ou.name;
 
--- Compare user roles
+-- Compare user roles (lists what is in the first role but not in the second)
 
 select authority from userroleauthorities where userroleid=33706 and authority not in (select authority from userroleauthorities where userroleid=21504);