From f01132029a70133100010ae601a6162063097410 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 11 Aug 2024 19:58:01 +0300 Subject: [PATCH] fix last commit --- ...20240811-increase-title_html-length-to-accomodate-marsify.sql | 1 + 1 file changed, 1 insertion(+) 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);