You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT INTO tbl_musclegroups VALUES(126,'Muscles of the head','Mm. capitis',NULL,'Includes masticatoy and mimetic muscles, 1st and 2nd visceral arch');
480
480
INSERT INTO tbl_musclegroups VALUES(127,'Muscles of the neck','Mm. colli',NULL,NULL);
481
-
INSERT INTO tbl_musclegroups VALUES(128,'Muscles of the thorax','Mm. thoracis',NULL,NULL);
481
+
INSERT INTO tbl_musclegroups VALUES(128,'Muscles of the thorax','Mm. thoracis',195,NULL);
482
482
INSERT INTO tbl_musclegroups VALUES(129,'Muscles of the upper limb','Musculi membri superioris',NULL,NULL);
483
483
INSERT INTO tbl_musclegroups VALUES(130,'Muscles of the lower limb','Musculi membri inferioris',NULL,NULL);
484
-
INSERT INTO tbl_musclegroups VALUES(131,'Muscles of the abdomen','Mm. abdominis',NULL,NULL);
484
+
INSERT INTO tbl_musclegroups VALUES(131,'Muscles of the abdomen','Mm. abdominis',195,NULL);
485
485
INSERT INTO tbl_musclegroups VALUES(132,'Masticatory muscles','Mm. masticatorii',126,NULL);
486
486
INSERT INTO tbl_musclegroups VALUES(133,'Facial (mimetic muscles)','Mm. faciei',126,NULL);
487
487
INSERT INTO tbl_musclegroups VALUES(134,'Derivates of the 1st visceral arch','0',127,NULL);
@@ -508,9 +508,9 @@ INSERT INTO tbl_musclegroups VALUES(155,'Muscles of the scalp and around the eye
508
508
INSERT INTO tbl_musclegroups VALUES(156,'Muscles of the nose opening','0',133,NULL);
509
509
INSERT INTO tbl_musclegroups VALUES(157,'Mimetic muscles in the region of the mouth','0',133,NULL);
510
510
INSERT INTO tbl_musclegroups VALUES(158,'Muscles of the ear opening','0',133,NULL);
511
-
INSERT INTO tbl_musclegroups VALUES(159,'1st layer','0',NULL,NULL);
512
-
INSERT INTO tbl_musclegroups VALUES(160,'2nd layer','0',NULL,NULL);
513
-
INSERT INTO tbl_musclegroups VALUES(161,'3rd layer','0',NULL,NULL);
511
+
INSERT INTO tbl_musclegroups VALUES(159,'1st layer','0',194,NULL);
512
+
INSERT INTO tbl_musclegroups VALUES(160,'2nd layer','0',194,NULL);
513
+
INSERT INTO tbl_musclegroups VALUES(161,'3rd layer','0',194,NULL);
514
514
INSERT INTO tbl_musclegroups VALUES(162,'Anterior compartment','Compartimentum brachii anterius',144,NULL);
515
515
INSERT INTO tbl_musclegroups VALUES(163,'Posterior compartment','Compartimentum brachii posterius',144,NULL);
516
516
INSERT INTO tbl_musclegroups VALUES(164,'Anterior compartment','Compartimentum antebrachii anterius',145,NULL);
@@ -538,10 +538,13 @@ INSERT INTO tbl_musclegroups VALUES(185,'2nd layer','0',166,NULL);
538
538
INSERT INTO tbl_musclegroups VALUES(186,'Muscles of the great toe','0',179,NULL);
539
539
INSERT INTO tbl_musclegroups VALUES(187,'Muscles of the little toe','0',179,NULL);
540
540
INSERT INTO tbl_musclegroups VALUES(188,'Middle group muscles of the foot','0',179,NULL);
541
-
INSERT INTO tbl_musclegroups VALUES(189,'Superficial muscles of the back','0',128,NULL);
541
+
INSERT INTO tbl_musclegroups VALUES(189,'Superficial muscles of the back','0',193,NULL);
542
542
INSERT INTO tbl_musclegroups VALUES(190,'1st layer','0',189,NULL);
543
543
INSERT INTO tbl_musclegroups VALUES(191,'2nd layer','0',189,NULL);
544
544
INSERT INTO tbl_musclegroups VALUES(192,'3rd layer','0',189,NULL);
545
+
INSERT INTO tbl_musclegroups VALUES(193,'Muslces of the back','Mm. dorsi',195,NULL);
546
+
INSERT INTO tbl_musclegroups VALUES(194,'Deep muslces of the back','0',193,NULL);
547
+
INSERT INTO tbl_musclegroups VALUES(195,'Muslces of the trunk','0',NULL,NULL);
0 commit comments