diff --git a/komga/src/flyway/resources/db/migration/sqlite/V20210527100741__index_book_created.sql b/komga/src/flyway/resources/db/migration/sqlite/V20210527100741__index_book_created.sql new file mode 100644 index 000000000..b7c0682e2 --- /dev/null +++ b/komga/src/flyway/resources/db/migration/sqlite/V20210527100741__index_book_created.sql @@ -0,0 +1,2 @@ +create index idx__book__created_date on BOOK (CREATED_DATE); +