fp/services/migrations-schema/migrations/00016_remove-unecessary-col...

8 lines
281 B
MySQL
Raw Normal View History

2024-08-17 02:42:44 +00:00
-- 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;