5 lines
152 B
SQL
Executable File
5 lines
152 B
SQL
Executable File
-- Migration 002: Add network_results_json column to benchmarks table
|
|
-- Date: 2025-12-07
|
|
|
|
ALTER TABLE benchmarks ADD COLUMN network_results_json TEXT;
|