From 42165dae1f3dfdf412b76378e02ae710843e4a43 Mon Sep 17 00:00:00 2001 From: markleeds Date: Sun, 13 Jan 2008 19:22:44 +0000 Subject: [PATCH] Added CAMOS form and 'Patient Photograph' document category to pre-installed. --- sql/2_8_3-to-2_8_4_upgrade.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sql/2_8_3-to-2_8_4_upgrade.sql b/sql/2_8_3-to-2_8_4_upgrade.sql index 10fcaef05..4290c2180 100644 --- a/sql/2_8_3-to-2_8_4_upgrade.sql +++ b/sql/2_8_3-to-2_8_4_upgrade.sql @@ -179,3 +179,7 @@ INSERT INTO list_options VALUES ('risklevel','high' ,'High' ,3,0); INSERT INTO list_options VALUES ('boolean','0','No' ,1,0); INSERT INTO list_options VALUES ('boolean','1','Yes',2,0); + +INSERT INTO `categories` VALUES (6,'Patient Photograph','',1,9,10); + +INSERT INTO `registry` VALUES ('CAMOS',1,'CAMOS',16,1,1,'2008-01-01 00:00:00'); -- 2.11.4.GIT