fix(feed): widen source_ref from VARCHAR(100) to TEXT
CD - Develop / build-and-deploy (push) Failing after 52s

OTX pulse names exceed 100 characters, causing a column-too-long error on
IOC feed upsert. TEXT has no length limit and matches the description column.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 11:49:28 -04:00
parent 7e4b147db8
commit 746b598f4d
@@ -0,0 +1 @@
ALTER TABLE threat_ioc ALTER COLUMN source_ref TYPE TEXT;