diff --git a/migrations/20240811-increase-title_html-length-to-accomodate-marsify.sql b/migrations/20240811-increase-title_html-length-to-accomodate-marsify.sql index 8c268ecde..c8af57ec8 100644 --- a/migrations/20240811-increase-title_html-length-to-accomodate-marsify.sql +++ b/migrations/20240811-increase-title_html-length-to-accomodate-marsify.sql @@ -1 +1,2 @@ alter table posts alter column title_html type varchar(5000); +alter table post_edits alter column old_title_html type varchar(5000);