fc-common: add build_metrics table and repository

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: If6842311f49bfcba9e1b11fa8bc9748c6a6a6964
This commit is contained in:
raf 2026-02-08 21:36:19 +03:00
commit f8f9703faa
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 126 additions and 0 deletions

View file

@ -1,5 +1,6 @@
pub mod api_keys;
pub mod build_dependencies;
pub mod build_metrics;
pub mod build_products;
pub mod build_steps;
pub mod builds;