fix: migrate thoughts.content VARCHAR(128) → TEXT to allow remote posts of any length
Some checks failed
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Failing after 9m33s
test / unit (pull_request) Successful in 16m18s
test / integration (pull_request) Failing after 16m51s
Some checks failed
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Failing after 9m33s
test / unit (pull_request) Successful in 16m18s
test / integration (pull_request) Failing after 16m51s
This commit is contained in:
3
crates/adapters/postgres/migrations/007_content_text.sql
Normal file
3
crates/adapters/postgres/migrations/007_content_text.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Remote ActivityPub posts can exceed 128 characters.
|
||||
-- The 128-char limit is enforced at the application layer for local posts only.
|
||||
ALTER TABLE thoughts ALTER COLUMN content TYPE TEXT;
|
||||
Reference in New Issue
Block a user