5 lines
152 B
SQL
5 lines
152 B
SQL
-- Remove the topic column from the Collections and Segments tables
|
|
|
|
ALTER TABLE collections DROP COLUMN topic;
|
|
ALTER TABLE segments DROP COLUMN topic;
|