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

3 lines
133 B
MySQL
Raw Permalink Normal View History

alter table posts alter column title_html type varchar(5000);
2024-08-11 16:58:01 +00:00
alter table post_edits alter column old_title_html type varchar(5000);