home · contact · privacy
Fix.
[misc] / new_todo / init.sql
index 1a91146ae4285a51a9855fafd56e3a4778413392..a911fb02c8f21cb5383e42886fad3e71322674a5 100644 (file)
@@ -29,5 +29,4 @@ CREATE TABLE versioned_titles (
   title TEXT NOT NULL,
   PRIMARY KEY (template, datetime),
   FOREIGN KEY (template) REFERENCES templates(id)
-
 );