komikku/data/src/main
Cuong-Tran bf9b663581 Optimize database indexes and clean up schema (#1603)
* Update `excluded_scanlators` index to a composite index on `manga_id` and `scanlator`.
* Convert `idx_history_last_read` into a partial index for entries where `last_read > 0`.
* Remove redundant `idx_manga_sync_manga_id` index.
* Remove unused `last_modified_at` column and its associated trigger from `mangas_categories`.
* Sync migration files with schema changes.
2026-04-23 00:02:39 +07:00
..
java feat(history): Allow multi/range-selection and batch reset for history items (#1437) 2026-02-02 11:21:32 +07:00
sqldelight Optimize database indexes and clean up schema (#1603) 2026-04-23 00:02:39 +07:00
AndroidManifest.xml Address spotless lint errors (mihonapp/mihon#1138) 2024-08-26 00:08:37 +07:00