forked from MarseyWorld/MarseyWorld
2 lines
108 B
MySQL
2 lines
108 B
MySQL
|
update comments set body=body_html where body is null and sentto is not null and parent_submission is null;
|