blob: 07ff9a1196f62066f97ac48914809aee0ac58e06 (
plain) (
blame)
1
2
3
4
5
6
|
-- 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;
|