🔖 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:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -4,7 +4,7 @@ version = 4
|
||||
|
||||
[[package]]
|
||||
name = "PMOMusic"
|
||||
version = "0.3.46"
|
||||
version = "0.3.47"
|
||||
dependencies = [
|
||||
"axum 0.8.7",
|
||||
"console-subscriber",
|
||||
|
||||
Reference in New Issue
Block a user