🔖 bump version to v0.3.47

- Update Cargo.lock packageversion
- Refactor DB initialization: move PRAGMA settings after table creation for correctness and clarity (WAL, cache size etc.)
- Add foreign key enforcement (`PRAGMAforeign_keys = ON`)
>- Reorder index creation to follow table definition
- Add new indexes: `idx_asset_last_used`, idx`_asset_hits`
>- Introduce indexed lazy_pk support with unique constraint on non-NULL values
> - Improve LRU index to use ASC ordering for efficient oldest-record lookup
This commit is contained in:
2026-04-10 00:03:31 +02:00
parent b5b6becb25
commit b0e24c3b3c
2 changed files with 31 additions and 34 deletions

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "PMOMusic"
version = "0.3.46"
version = "0.3.47"
dependencies = [
"axum 0.8.7",
"console-subscriber",