store_sqlite: Remove wrong comment

This commit is contained in:
Lennart
2025-01-05 17:42:41 +01:00
parent 9ea9beb143
commit d61a3c8c58
2 changed files with 0 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,