This commit is contained in:
gustavooth
2026-07-28 20:23:41 -03:00
parent 9de08ceef7
commit 8d4cf22366
44 changed files with 5157 additions and 1124 deletions
@@ -0,0 +1,6 @@
ALTER TABLE ai_calls DROP CONSTRAINT ai_calls_purpose_check;
ALTER TABLE ai_calls ADD CONSTRAINT ai_calls_purpose_check CHECK (purpose IN (
'guest_extraction', 'guest_extraction_names_only', 'contact_extraction', 'categorization',
'identity_resolution', 'page_relevance', 'summary', 'profile_refinement', 'other'
));