File size: 152 Bytes
60e3a80
 
 
 
1
2
3
4
5
-- Remove the topic column from the Collections and Segments tables

ALTER TABLE collections DROP COLUMN topic;
ALTER TABLE segments DROP COLUMN topic;