X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2FTODO;h=ab96252cf29411678d3c678598fcbedbb63dad52;hb=7e10175085205fcffefd3404a598486e5b29831b;hp=6bce0fbf735b17d894ae5eb72bb1aa22277c25af;hpb=a57d53d03ddb26ec52e0134d8a5e0854259d16ca;p=dead%2Fhtsn-import.git 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.