Newsbot.Collector/Newsbot.Collector.Database/OldMigrations/20230326223545_icon_sourcei...

13 lines
220 B
SQL

-- +goose Up
-- +goose StatementBegin
ALTER TABLE sources
ADD COLUMN IconUri uuid;
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
ALTER TABLE sources
DROP COLUMN IconUri;
-- +goose StatementEnd