rDrama/migrations/20230219-message-search.sql

2 lines
138 B
MySQL
Raw Normal View History

2023-02-19 20:26:36 +00:00
update comments set body=body_html where body is null and sentto is not null and parent_submission is null and length(body_html) < 10001;