Fix: set database version to v0.27.0 (#18424)

### Summary

As title.
This commit is contained in:
Lynn
2026-08-18 14:25:01 +08:00
committed by GitHub
parent fa386ddf10
commit c642e01f4b

View File

@@ -32,7 +32,7 @@ echo "Running model provider table migrations..."
--stages tenant_model_seeding,model_type_merge,tenant_model_id_migration \
--config "$CONFIG" \
--execute \
--database-version "v0.27.0.dev1" \
--database-version "v0.27.0" \
--mark-database-version-on-success
echo "Model provider table migrations completed."