mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 14:26:33 -04:00
Code to read and write annotations to the calibre db
This commit is contained in:
@@ -152,7 +152,7 @@ CREATE TABLE annotations ( id INTEGER PRIMARY KEY,
|
||||
annot_type TEXT NOT NULL,
|
||||
annot_data TEXT NOT NULL,
|
||||
searchable_text TEXT NOT NULL,
|
||||
UNIQUE(book, user_type, user, format, annot_id)
|
||||
UNIQUE(book, user_type, user, format, annot_type, annot_id)
|
||||
);
|
||||
|
||||
CREATE VIEW meta AS
|
||||
|
||||
Reference in New Issue
Block a user