Add stub migrations and test results for Phase 1 tunnel

Stub migrations (005-008) satisfy sqlx requirement for previously
applied migrations that are missing source files in the codebase.
These migrations were applied in production but not committed.

Renumbered 005_add_missing_indexes to 009 to match production sequence.

Test results document confirms all Phase 1 tunnel API endpoints are
functioning correctly with proper error handling and HTTP status codes.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-04-14 08:20:50 -07:00
parent 178d580190
commit 7c467b0d2c
6 changed files with 180 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- Stub migration - already applied in production
-- This migration was previously applied but the file was not in source control