Explorar o código

Fix schema again

Guillaume Ayoub %!s(int64=12) %!d(string=hai) anos
pai
achega
a957ebf397
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,