-
Notifications
You must be signed in to change notification settings - Fork 1
/
seed.sql
7 lines (7 loc) · 1.37 KB
/
seed.sql
1
2
3
4
5
6
7
INSERT INTO exercise (id, name, subtitle, description) VALUES(1, 'Tadasana', 'Mountain Pose', 'This pose teaches one to stand with majestic steadiness like a mountain.');
INSERT INTO exercise (id, name, subtitle, description) VALUES(2, 'Vrikshasana', 'Tree Pose', 'This pose gives you a sense of grounding. It improves your balance and strengthens your legs and back.');
INSERT INTO exercise (id, name, subtitle, description) VALUES(3, 'Adho Mukho Svanasan', 'Downward Facing Dog Pose', 'This pose stretches hamstrings, chest and lengthens the spine, providing additional blood flow to the head.');
INSERT INTO exercise (id, name, subtitle, description) VALUES(4, 'Trikonasana', 'Triangle Pose', 'It stretches the legs and torso, mobilises the hips and promotes deep breathing, leaving one with enlivening effects');
INSERT INTO exercise (id, name, subtitle, description) VALUES(5, 'Kursiasana', 'Chair Pose', 'An intensely powerful pose, this one strengthens the muscles of the legs and arms.');
INSERT INTO exercise (id, name, subtitle, description) VALUES(6, 'Naukasana', 'Boat Pose', 'It tightens the abdominal muscles and strengthens shoulders and upper back.');
INSERT INTO exercise (id, name, subtitle, description) VALUES(7, 'Bhujangasana', 'Cobra Pose', 'This one will strengthen the lower back muscles while cushioning the spine, triceps and opens the chest to promote the inhalations.');