fix new library set up

This commit is contained in:
Stefan Hardegger
2026-07-09 08:42:16 +02:00
parent fc9ea56bd7
commit c42d0a5d3a

View File

@@ -664,6 +664,7 @@ public class LibraryService implements ApplicationContextAware {
word_count integer, word_count integer,
created_at timestamp(6) not null, created_at timestamp(6) not null,
last_read_at timestamp(6), last_read_at timestamp(6),
last_completed_at timestamp(6),
updated_at timestamp(6) not null, updated_at timestamp(6) not null,
author_id uuid, author_id uuid,
id uuid not null, id uuid not null,