Skip to content

Rename ai_self_hosted_models.model to prompt_type

What does this MR do and why?

Related issue: #463925 (comment 1928710038)

The prompt_type column name better reflects the purpose of this column, so let's rename it since it hasn't been used yet. After the column is renamed, we'll introduce the model column that will be of string type.

Before

Screenshot_2024-05-30_at_13.40.02

After

Screenshot_2024-05-30_at_13.39.37

Merge request reports