mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-30 18:37:12 +00:00
Add a primary key.
This commit is contained in:
parent
c37df9a88e
commit
f4416f84e9
@ -394,7 +394,8 @@ CREATE TABLE calendar_attendee (
|
||||
attendee TEXT,
|
||||
role TEXT,
|
||||
rsvp BOOLEAN,
|
||||
property TEXT -- The full text of the property
|
||||
property TEXT, -- The full text of the property
|
||||
PRIMARY KEY ( dav_id, attendee )
|
||||
);
|
||||
|
||||
SELECT new_db_revision(1,2,8, 'Août' );
|
||||
|
||||
@ -99,7 +99,8 @@ CREATE TABLE calendar_attendee (
|
||||
attendee TEXT,
|
||||
role TEXT,
|
||||
rsvp BOOLEAN,
|
||||
property TEXT -- The full text of the property
|
||||
property TEXT, -- The full text of the property
|
||||
PRIMARY KEY ( dav_id, attendee )
|
||||
);
|
||||
|
||||
SELECT new_db_revision(1,2,8, 'Août' );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user