From 3a7664d404bca40cb3234924fa969c0ae133d085 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sat, 16 Jul 2022 09:49:54 -0700 Subject: fixed replies to post not showing up when following other boards added content length changes to alter database --- databaseschema.psql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'databaseschema.psql') diff --git a/databaseschema.psql b/databaseschema.psql index d4b2616..c56457e 100644 --- a/databaseschema.psql +++ b/databaseschema.psql @@ -254,4 +254,7 @@ activity_id varchar(100) CREATE TABLE IF NOT EXISTS locked( actor_id varchar(100), activity_id varchar(100) -); \ No newline at end of file +); + +ALTER TABLE activitystream ALTER COLUMN content TYPE varchar(4500); +ALTER TABLE cacheactivitystream ALTER COLUMN content TYPE varchar(4500); \ No newline at end of file -- cgit v1.2.3