Fix sql schema

This commit is contained in:
Guillaume Ayoub 2013-10-31 16:09:28 +01:00
parent 0c2c9c3a7e
commit 30e8d12001

View File

@ -2,7 +2,7 @@
create table collection (
path varchar primary key not null,
parent_path varchar references collection (path));
parent_path varchar;
create table item (
name varchar primary key not null,