rDrama/migrations/20230219-message-search.sql

2 lines
108 B
SQL

update comments set body=body_html where body is null and sentto is not null and parent_submission is null;