3 lines
51 B
SQL
3 lines
51 B
SQL
ALTER TABLE media_items
|
|
DROP COLUMN show_status;
|
ALTER TABLE media_items
|
|
DROP COLUMN show_status;
|