in some php versions touch will give an error, error output supressed by @
[openemr.git] / sql / example_patient_users.sql
blob36c58d456babafc7174c2f2f11a8c5a0d82b760d
1 # fmg: the example patients' data (example_patient_data.sql) references providers\r
2 # not created by defaults.sql so that some functions cause odd matches in the\r
3 # program. For example, adding a visit for such a patient shows that visit as\r
4 # applicable to several providers (with id's such as "a a", "1 1", etc.).\r
5 #\r
6 # This inserts (iff don't already exist) the referenced users\r
7 INSERT INTO `users` VALUES (4, 'davis', '1a1dc91c907325c69271ddf0c944bc72', 1, NULL, NULL, 'Admin', NULL, 'davis', '', NULL, '');\r
8 INSERT INTO `users` VALUES (5, 'hamming', '1a1dc91c907325c69271ddf0c944bc72', 1, NULL, NULL, 'Admin', NULL, 'hamming', '', NULL, '');\r