Skip to content

Commit

Permalink
store_sqlite: Remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lennart-k committed Jan 5, 2025
1 parent 9ea9beb commit d61a3c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/store_sqlite/migrations/1_calendar.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion crates/store_sqlite/migrations/2_addressbook.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d61a3c8

Please sign in to comment.