From e93cfffa30186e30fc728ff086dd7c5caf9d09d5 Mon Sep 17 00:00:00 2001 From: andres_paglayan Date: Tue, 22 Mar 2005 19:30:47 +0000 Subject: [PATCH] by filip, to have a default value --- sql/example_patient_users.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/example_patient_users.sql diff --git a/sql/example_patient_users.sql b/sql/example_patient_users.sql new file mode 100644 index 000000000..36c58d456 --- /dev/null +++ b/sql/example_patient_users.sql @@ -0,0 +1,8 @@ +# fmg: the example patients' data (example_patient_data.sql) references providers +# not created by defaults.sql so that some functions cause odd matches in the +# program. For example, adding a visit for such a patient shows that visit as +# applicable to several providers (with id's such as "a a", "1 1", etc.). +# +# This inserts (iff don't already exist) the referenced users +INSERT INTO `users` VALUES (4, 'davis', '1a1dc91c907325c69271ddf0c944bc72', 1, NULL, NULL, 'Admin', NULL, 'davis', '', NULL, ''); +INSERT INTO `users` VALUES (5, 'hamming', '1a1dc91c907325c69271ddf0c944bc72', 1, NULL, NULL, 'Admin', NULL, 'hamming', '', NULL, ''); -- 2.11.4.GIT