blob: 07ff9a1196f62066f97ac48914809aee0ac58e06 (
plain) (
tree)
|
|
-- Instead of storing the thread OP in the thread table, this will
-- make it a post as well.
-- At the time at which this migration was created no important data
-- existed in any converse instances, so data is not moved.
ALTER TABLE threads DROP COLUMN body;
|