Files
sub2api/backend/migrations/041_add_model_routing_enabled.sql
T

3 lines
135 B
SQL
Raw Normal View History

-- Add model_routing_enabled field to groups table
ALTER TABLE groups ADD COLUMN model_routing_enabled BOOLEAN NOT NULL DEFAULT false;