MarseyWorld/migrations/20240811-increase-title_htm...

3 lines
133 B
SQL

alter table posts alter column title_html type varchar(5000);
alter table post_edits alter column old_title_html type varchar(5000);