------------------------------------------------------------ revno: 9203 committer: Lars Helge Ă˜verland <[email protected]> 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);
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

