circus/crates/common
NotAShelf 959aba0933
fc-common: use btree index for build_outputs.path in db schema
Btree supports NULL values and provides better flexibility
than hash index for nullable columns.

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ida28ef6f88683c360e6f405efca435af6a6a6964
2026-02-28 23:56:24 +03:00
..
migrations fc-common: use btree index for build_outputs.path in db schema 2026-02-28 23:56:24 +03:00
src fc-common: add BuildOutput model; implement CRUD operations 2026-02-28 23:56:23 +03:00
tests fc-common: add BuildOutput model; implement CRUD operations 2026-02-28 23:56:23 +03:00
Cargo.toml chore: bump MSRV to 1.95 for nightly Rust 2026-02-08 22:23:12 +03:00