Skip to content

Commit

Permalink
Changes to help table contents
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandraLivadas committed Sep 1, 2020
1 parent ee3f055 commit d87cae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raisinbread/RB_files/RB_help.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET FOREIGN_KEY_CHECKS=0;
TRUNCATE TABLE `help`;
LOCK TABLES `help` WRITE;
INSERT INTO `help` (`helpID`, `parentID`, `hash`, `topic`, `content`, `created`, `updated`) VALUES (123,12,'hash','BMI Instructions','The BMI calculator instrument can calculate the BMI and BMI Classification of a visitor. The two required fields for this instrument are the Date of Administration of the instrument and the Examiner name. The height and weight of the visitor must then be entered in either standard or metric units. The instrument will not accept an entry where the height and weight are given in both units. After this information is given, the instrument will calculate the BMI and BMI Classification of the visitor.',NULL,NULL);
INSERT INTO `help` (`helpID`, `parentID`, `hash`, `topic`, `content`, `created`, `updated`) VALUES (123,12,'810dc6911c825b55eff684098f2beb19','bmi','The BMI calculator instrument can calculate the BMI and BMI Classification of a visitor. The two required fields for this instrument are the Date of Administration of the instrument and the Examiner name. The height and weight of the visitor must then be entered in either standard or metric units. The instrument will not accept an entry where the height and weight are given in both units. After this information is given, the instrument will calculate the BMI and BMI Classification of the visitor.',NULL,NULL);
UNLOCK TABLES;
SET FOREIGN_KEY_CHECKS=1;

0 comments on commit d87cae3

Please sign in to comment.