X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FJFile.hs;h=84b28b10260a3a9e532c12fd97b088857a99bdbd;hb=ad771d25d2b1d4366f446234c3968a5dab1d52aa;hp=a0fa43297f3c376fec8fae6644417afd434bc687;hpb=b3f2573796d736bf0aec8c7ae5ec45fa72eefe98;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/JFile.hs b/src/TSN/XML/JFile.hs index a0fa432..84b28b1 100644 --- a/src/TSN/XML/JFile.hs +++ b/src/TSN/XML/JFile.hs @@ -388,7 +388,7 @@ instance DbImport Message where away_team_id <- insert_xml_or_select (xml_vteam game) home_team_id <- insert_xml_or_select (xml_hteam game) - -- First insert the game, keyed to the "jfile", + -- Now insert the game keyed to the "jfile" and its teams. insert_xml_fk_teams_ msg_id away_team_id home_team_id game