fp/services/migrations-schema/migrations/00138_add-date_2-to-streams...

7 lines
193 B
SQL

ALTER TABLE IF EXISTS api.streams
ADD COLUMN IF NOT EXISTS date_2 TIMESTAMP(6) WITH TIME ZONE;
ALTER TABLE IF EXISTS api.vods
ADD COLUMN IF NOT EXISTS date_2 TIMESTAMP(6) WITH TIME ZONE;