8 lines
186 B
SQL
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.
|