Skip to content

Commit

Permalink
#28, #27 - Add time stamp to HeartRateSample to provide underlying
Browse files Browse the repository at this point in the history
support for workout goals.
  • Loading branch information
John Wolfe committed Jun 5, 2014
1 parent bec4698 commit f96455d
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
-- BP 7.1 content: ModelClass syschar: 3 persistence-version: 7.1.6
-- BP 7.1.6 content: ModelClass syschar: 3 persistence-version: 7.1.6

INSERT INTO O_OBJ
VALUES ("33894e85-2ad5-4d7d-a0be-aa0cf2025ab7",
'HeartRateSample',
5,
'HeartRateSample',
'',
"00000000-0000-0000-0000-000000000000",
"00000000-0000-0000-0000-000000000000",
"00000000-0000-0000-0000-000000000000");
INSERT INTO O_NBATTR
VALUES ("12f72ec0-2d92-4710-b09d-01bcbf365008",
Expand All @@ -25,6 +27,24 @@ INSERT INTO O_ATTR
"ba5eda7a-def5-0000-0000-000000000003",
'',
'');
INSERT INTO O_NBATTR
VALUES ("01ea7ec4-7045-4839-a37f-48e099805970",
"33894e85-2ad5-4d7d-a0be-aa0cf2025ab7");
INSERT INTO O_BATTR
VALUES ("01ea7ec4-7045-4839-a37f-48e099805970",
"33894e85-2ad5-4d7d-a0be-aa0cf2025ab7");
INSERT INTO O_ATTR
VALUES ("01ea7ec4-7045-4839-a37f-48e099805970",
"33894e85-2ad5-4d7d-a0be-aa0cf2025ab7",
"12f72ec0-2d92-4710-b09d-01bcbf365008",
'time',
'Number of seconds between start time for the associated workout and recording of this heart rate sample.',
'',
'time',
0,
"ba5eda7a-def5-0000-0000-000000000002",
'',
'');
INSERT INTO O_ID
VALUES (0,
"33894e85-2ad5-4d7d-a0be-aa0cf2025ab7");
Expand Down

0 comments on commit f96455d

Please sign in to comment.