feat: add repository field to benchmarks table (#38582)

* feat: add `repository` field to benchmarks table

* fix: remove unwanted `,`
This commit is contained in:
Luc Georges
2025-06-04 15:40:52 +02:00
committed by GitHub
parent 1285aec4cc
commit ae3733f06e
4 changed files with 26 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
CREATE TABLE IF NOT EXISTS benchmarks (
benchmark_id SERIAL PRIMARY KEY,
repository VARCHAR(255),
branch VARCHAR(255),
commit_id VARCHAR(72),
commit_message VARCHAR(70),