From: Bjørn Rustad Date: Wed, 21 Aug 2013 18:21:21 +0000 (+0200) Subject: Typo in sql file X-Git-Url: http://git.rustad.me/?a=commitdiff_plain;h=d800cfafb4892097526895a404e90249b27f6629;p=duplo Typo in sql file --- diff --git a/duplo.sql b/duplo.sql index 18518d3..1036c15 100644 --- a/duplo.sql +++ b/duplo.sql @@ -2,7 +2,7 @@ CREATE TABLE race ( race SERIAL PRIMARY KEY, name VARCHAR(64) NOT NULL, - "date" DATE, + "date" DATE UNIQUE (name, "date") );