Changeset 0.23.0 (#153)
This commit is contained in:
@@ -179,7 +179,7 @@ check_table "global_settings"
|
||||
check_table "user_model_settings"
|
||||
check_table "channels"
|
||||
check_table "messages"
|
||||
check_table "channel_members"
|
||||
check_table "channel_participants"
|
||||
check_table "channel_models"
|
||||
check_table "channel_cursors"
|
||||
check_table "folders"
|
||||
@@ -226,6 +226,17 @@ check_column_type "provider_configs" "key_nonce" "bytea"
|
||||
check_column "provider_configs" "key_scope"
|
||||
check_column_absent "provider_configs" "api_key_plain"
|
||||
|
||||
echo ""
|
||||
echo "Provider Proxy (v0.23.0):"
|
||||
check_column "provider_configs" "proxy_mode"
|
||||
check_column "provider_configs" "proxy_url"
|
||||
|
||||
echo ""
|
||||
echo "Personas (v0.23.0):"
|
||||
check_column "personas" "handle"
|
||||
check_table "persona_groups"
|
||||
check_table "persona_group_members"
|
||||
|
||||
# ── Model Catalog ────────────────────────
|
||||
echo ""
|
||||
echo "Model Catalog:"
|
||||
|
||||
Reference in New Issue
Block a user