From: Michael Orlitzky Date: Mon, 7 Jul 2014 15:12:38 +0000 (-0400) Subject: Fix the unique auto racing results constraint name. X-Git-Tag: 0.0.8~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=395a657282191232c4bac608fea5a0b4b90731ee Fix the unique auto racing results constraint name. --- diff --git a/src/TSN/XML/AutoRacingResults.hs b/src/TSN/XML/AutoRacingResults.hs index f917725..e45da70 100644 --- a/src/TSN/XML/AutoRacingResults.hs +++ b/src/TSN/XML/AutoRacingResults.hs @@ -382,7 +382,7 @@ mkPersist tsn_codegen_config [groundhog| constructors: - name: AutoRacingResults uniques: - - name: unique_auto_racing_schedule + - name: unique_auto_racing_results type: constraint # Prevent multiple imports of the same message. fields: [db_xml_file_id]