forked from akai/readest
* feat(annotator): add page number in annotation * feat: add page number for annotations, closes #3082
This commit is contained in:
@@ -63,6 +63,7 @@ CREATE TABLE public.book_notes (
|
||||
style text NULL,
|
||||
color text NULL,
|
||||
note text NULL,
|
||||
page integer NULL,
|
||||
created_at timestamp with time zone NULL DEFAULT now(),
|
||||
updated_at timestamp with time zone NULL DEFAULT now(),
|
||||
deleted_at timestamp with time zone NULL,
|
||||
|
||||
Reference in New Issue
Block a user