forked from MarseyWorld/MarseyWorld
minor fix to the migration sql command
parent
cff77f21e3
commit
6aa361a2e7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue