Files
Atlas/internal/store/migrations/004_image_generation_provider.sql
T
renjue f920f465ed
CI / docker (push) Successful in 2m28s
实现 Atlas AI 平台一期能力并完成品牌化改造。
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 23:22:19 +08:00

8 lines
186 B
SQL

-- +goose Up
UPDATE providers
SET service_type = 'image_generation'
WHERE service_type IN ('text_to_image', 'image_to_image');
-- +goose Down
-- Cannot reliably restore previous split.