瀏覽代碼

Fix schema again

Guillaume Ayoub 12 年之前
父節點
當前提交
a957ebf397
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      schema.sql

+ 1 - 1
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,