Files
function/migrations/008_add_test_assertions.sql
2025-12-03 21:12:35 +11:00

3 lines
91 B
SQL

ALTER TABLE http_function_tests
ADD COLUMN IF NOT EXISTS assertions JSONB DEFAULT '[]';