mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
d9bce049ef
Introduced a new `indexStrategy` option in the timestamps plugin to configure index generation for `created_at` and `updated_at` fields. Supports "composite" and "individual" strategies for better control over database indexing. Added test coverage for different index strategies.