-- V2.1.0: Drop timeline_regeneration_queue
-- This script will drop the timeline_regeneration_queue table as it's not used anymore

drop table if exists timeline_regeneration_queue;