Constraints

1 Foreign Key Constraints

Constraint Name Child Column Parent Column Delete Rule
bug_tags_bug_id_fkey
bug_tags.bug_id
bugs.id
Restrict delete

Check Constraints

Table Constraint Name Constraint
bugs bugs_category_check (category = ANY (ARRAY['regression'::text, 'upstream_inherited'::text, 'aphrodite_specific'::text, 'quantization'::text, 'serving'::text, 'sampler'::text, 'model_support'::text, 'performance'::text, 'memory'::text, 'installation'::text, 'api'::text, 'lora'::text, 'speculative_decoding'::text, 'multimodal'::text, 'other'::text]))
bugs bugs_origin_check (origin = ANY (ARRAY['vllm_upstream'::text, 'aphrodite_added'::text, 'interaction'::text, 'unknown'::text]))
bugs bugs_severity_check (severity = ANY (ARRAY['critical'::text, 'high'::text, 'medium'::text, 'low'::text, 'unknown'::text]))
bugs bugs_state_check (state = ANY (ARRAY['open'::text, 'closed'::text]))
vllm_upstream_bugs vllm_upstream_bugs_state_check (state = ANY (ARRAY['open'::text, 'closed'::text]))