fp/services/migrations-schema/migrations/00050_add-status-to-vod.sql

3 lines
47 B
SQL

ALTER TABLE api.vods
ADD COLUMN status TEXT;