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