mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Fix schema again
This commit is contained in:
parent
30e8d12001
commit
a957ebf397
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
create table collection (
|
create table collection (
|
||||||
path varchar primary key not null,
|
path varchar primary key not null,
|
||||||
parent_path varchar;
|
parent_path varchar not null);
|
||||||
|
|
||||||
create table item (
|
create table item (
|
||||||
name varchar primary key not null,
|
name varchar primary key not null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue