|
-- oops. bit by unfinished copy-paste
|
|
|
|
-- there is no s3_id in the segments run context so we don't need a column for it
|
|
ALTER TABLE IF EXISTS api.segments_stream_links
|
|
DROP COLUMN discord_message_id;
|
|
|
|
ALTER TABLE IF EXISTS api.segments_stream_links
|
|
DROP COLUMN capture_job_id; |