X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=new_todo%2Finit.sql;fp=new_todo%2Finit.sql;h=a911fb02c8f21cb5383e42886fad3e71322674a5;hb=a95a1a2fc8a60ca29199c029a18d9b063c3ea830;hp=1a91146ae4285a51a9855fafd56e3a4778413392;hpb=0cd0b92d9e261dbe75fa45001aeca74592c053f8;p=misc diff --git a/new_todo/init.sql b/new_todo/init.sql index 1a91146..a911fb0 100644 --- a/new_todo/init.sql +++ b/new_todo/init.sql @@ -29,5 +29,4 @@ CREATE TABLE versioned_titles ( title TEXT NOT NULL, PRIMARY KEY (template, datetime), FOREIGN KEY (template) REFERENCES templates(id) - );