diff --git a/api/src/main/resources/liquibase.xml b/api/src/main/resources/liquibase.xml
index 840a4fd6..bcc81783 100644
--- a/api/src/main/resources/liquibase.xml
+++ b/api/src/main/resources/liquibase.xml
@@ -1089,6 +1089,22 @@ VALUES
SET FOREIGN_KEY_CHECKS=1;
+
+
+
+ select count(property) from global_property where property="webservices.rest.maxResultsAbsolute";
+
+
+ select count(property) from global_property where property="webservices.rest.maxResultsDefault";
+
+
+ UPDATE GLOBAL PROPERTY OF webservices.rest to UgandaEMR Defaults.
+
+ UPDATE global_property set property_value=500 where property="webservices.rest.maxResultsAbsolute";
+ UPDATE global_property set property_value=100 where property="webservices.rest.maxResultsDefault";
+
+
+