script
This commit is contained in:
4
backend/migrations/002_add_network_results.sql
Normal file
4
backend/migrations/002_add_network_results.sql
Normal 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;
|
||||
Reference in New Issue
Block a user