fix(feed): widen source_ref from VARCHAR(100) to TEXT
CD - Develop / build-and-deploy (push) Failing after 52s
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:
@@ -0,0 +1 @@
|
||||
ALTER TABLE threat_ioc ALTER COLUMN source_ref TYPE TEXT;
|
||||
Reference in New Issue
Block a user