mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
store_sqlite: Remove wrong comment
This commit is contained in:
@@ -26,7 +26,6 @@ CREATE TABLE calendarobjects (
|
||||
);
|
||||
|
||||
CREATE TABLE calendarobjectchangelog (
|
||||
-- The actual sync token is the SQLite field 'ROWID'
|
||||
principal TEXT NOT NULL,
|
||||
cal_id TEXT NOT NULL,
|
||||
object_id TEXT NOT NULL,
|
||||
|
||||
@@ -21,7 +21,6 @@ CREATE TABLE addressobjects (
|
||||
);
|
||||
|
||||
CREATE TABLE addressobjectchangelog (
|
||||
-- The actual sync token is the SQLite field 'ROWID'
|
||||
principal TEXT NOT NULL,
|
||||
addressbook_id TEXT NOT NULL,
|
||||
object_id TEXT NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user