From a957ebf397c5a72b9d573621959c18b5adae7a58 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 31 Oct 2013 16:32:19 +0100 Subject: [PATCH] Fix schema again --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index 5cd2408..819b0d7 100644 --- a/schema.sql +++ b/schema.sql @@ -2,7 +2,7 @@ create table collection ( path varchar primary key not null, - parent_path varchar; + parent_path varchar not null); create table item ( name varchar primary key not null,