update 2
This commit is contained in:
@@ -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'
|
||||
));
|
||||
Reference in New Issue
Block a user