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
4 lines
189 B
SQL
4 lines
189 B
SQL
-- 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;
|