From: Michael Orlitzky Date: Wed, 22 Jan 2014 00:42:56 +0000 (-0500) Subject: Update TODO. X-Git-Tag: 0.0.1~1 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=7e10175085205fcffefd3404a598486e5b29831b;p=dead%2Fhtsn-import.git Update TODO. --- diff --git a/doc/TODO b/doc/TODO index 6bce0fb..ab96252 100644 --- a/doc/TODO +++ b/doc/TODO @@ -6,10 +6,4 @@ 3. Write a test for the ON DELETE CASCADE behavior. -4. Add top-level message tables for all types so that we can link all - records to a message and use the message's time stamp to (cascade) - delete old data. - -5. Drop the many-to-many relation between at least odds and - odds_games, since duplicate games are highly unlikely and the table - will grow without bound. +4. Add a test for inserting duplicate messages.