komikku/data
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
..
src/main Optimize database indexes and clean up schema (#1603) 2026-04-23 00:02:39 +07:00
build.gradle.kts Address some build warnings and cleanup (mihonapp/mihon#1412) 2024-11-01 10:37:52 +07:00
consumer-rules.pro Move SQLDelight to data module (#8954) 2023-02-07 16:49:49 -05:00
proguard-rules.pro Move SQLDelight to data module (#8954) 2023-02-07 16:49:49 -05:00