1
0
Guillaume Ayoub 12 жил өмнө
parent
commit
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,