dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #30851
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15690: Added the sql file to change dataelement domain type from patient to tracker.
------------------------------------------------------------
revno: 15690
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2014-06-16 13:23:11 +0800
message:
Added the sql file to change dataelement domain type from patient to tracker.
added:
resources/sql/change dataelement domain type from patient to tracker.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
=== added file 'resources/sql/change dataelement domain type from patient to tracker.sql'
--- resources/sql/change dataelement domain type from patient to tracker.sql 1970-01-01 00:00:00 +0000
+++ resources/sql/change dataelement domain type from patient to tracker.sql 2014-06-16 05:23:11 +0000
@@ -0,0 +1,2 @@
+update dataelement set domaintype='TRACKER' where domaintype='patient';
+update dataelement set domaintype='AGGREGATE' where domaintype='aggregate';
\ No newline at end of file