Skip to content

Commit

Permalink
Add weeks workouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjaspreet committed Feb 25, 2017
1 parent 0f726e0 commit a291160
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion postgres/seed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@ values
('INSANITY_MAX_CARDIO_CONDITIONING', '02/15/17', 'PT47M31S', 573, 'PT15M16S', 'PT32M15S', 149, 181, 'CARDIO'),
('INSANITY_MAX_INTERVAL_PLYO', '02/16/17', 'PT59M45S', 810, 'PT8M8S', 'PT51M36S', 160, 182, 'CARDIO'),
('INSANITY_MAX_CARDIO_CONDITIONING', '02/18/17', 'PT47M44S', 644, 'PT5M9S', 'PT42M14S', 161, 185, 'CARDIO'),
('UPPER_CALVES', '02/19/17', 'PT51M40S', 503, 'PT25M16S', 'PT26M24S', 132, 172, 'RES');
('UPPER_CALVES', '02/19/17', 'PT51M40S', 503, 'PT25M16S', 'PT26M24S', 132, 172, 'RES'),
('BACK_BI_DAY_4', '02/20/17', 'PT37M07S', 435, 'PT7M2S', 'PT30M02S', 147, 178, 'RES'),
('INSANITY_MAX_INTERVAL_CIRCUIT', '02/21/17', 'PT59M50S', 802, 'PT8M8S', 'PT51M42S', 159, 185, 'CARDIO'),
('INSANITY_MAX_INTERVAL_PLYO', '02/22/17', 'PT23M56S', 300, 'PT7M46S', 'PT16M10S', 153, 180, 'CARDIO'),
('INSANITY_MAX_INTERVAL_PLYO', '02/23/17', 'PT55M05S', 744, 'PT9M51S', 'PT45M14S', 160, 183, 'CARDIO');

0 comments on commit a291160

Please sign in to comment.