feat: v2 rewrite — hexagonal arch, ActivityPub federation, NATS, deployment-ready (#1)
This commit was merged in pull request #1.
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