This commit is contained in:
2025-12-08 05:42:52 +01:00
parent 80d8b7aa87
commit 5d483b0df5
32 changed files with 9837 additions and 579 deletions

View File

@@ -0,0 +1,4 @@
-- Migration 002: Add network_results_json column to benchmarks table
-- Date: 2025-12-07
ALTER TABLE benchmarks ADD COLUMN network_results_json TEXT;