Files
silo-server/migrations/sql/058_add_air_time.sql
T

10 lines
221 B
SQL

-- +goose Up
-- +goose StatementBegin
ALTER TABLE media_items ADD COLUMN air_time text;
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
ALTER TABLE media_items DROP COLUMN air_time;
-- +goose StatementEnd