auto-claude: subtask-1-2 - Apply migration to Supabase database

Created migration application scripts and comprehensive documentation:
- scripts/apply-migration.js - Automated migration (requires service role key)
- scripts/verify-migration.js - Table verification script
- scripts/test-env.js - Environment diagnostics
- supabase/APPLY_MIGRATION.md - Comprehensive migration guide
- supabase/MIGRATION_INSTRUCTIONS.md - Quick reference

Manual application via Supabase dashboard is recommended approach.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-25 06:38:29 +01:00
co-authored by Claude Sonnet 4.5
parent 4c22898d7a
commit 062e49ca65
6 changed files with 461 additions and 5 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
{
"active": true,
"spec": "017-replace-in-memory-rate-limiter-with-persistent-sol",
"state": "planning",
"state": "building",
"subtasks": {
"completed": 0,
"total": 0,
"completed": 1,
"total": 12,
"in_progress": 1,
"failed": 0
},
@@ -18,8 +18,8 @@
"max": 1
},
"session": {
"number": 2,
"number": 3,
"started_at": "2026-01-25T06:23:53.972774"
},
"last_update": "2026-01-25T06:29:27.619539"
"last_update": "2026-01-25T06:31:44.749574"
}