Files
serv_benchmark/backend/migrations/002_add_network_results.sql
2025-12-20 03:47:10 +01:00

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;