minor fix to the migration sql command

pull/128/head
Aevann 2023-02-19 22:26:36 +02:00
parent cff77f21e3
commit 6aa361a2e7
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
update comments set body=body_html where body is null and sentto is not null and parent_submission is null;
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;