mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Remove useless primary key from line table
This commit is contained in:
parent
0e5ef007f1
commit
15d8a8eb84
2 changed files with 4 additions and 5 deletions
|
@ -19,8 +19,7 @@ create table line (
|
|||
key varchar not null,
|
||||
value varchar not null,
|
||||
item_name varchar references item (name) not null,
|
||||
timestamp timestamp not null,
|
||||
primary key (key, value, item_name, timestamp));
|
||||
timestamp timestamp not null);
|
||||
|
||||
create table property (
|
||||
key varchar not null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue