This website requires JavaScript.
Explore
Help
Sign In
GKaszewski
/
thoughts
Watch
1
Star
0
Fork
0
You've already forked thoughts
Code
Issues
3
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0d43d0adb962a400cd69a8bb6d220f53cabf9fe4
thoughts
/
crates
/
adapters
/
postgres
/
migrations
History
Gabriel Kaszewski
6024a65060
feat(infra): transactional outbox — OutboxWriter port, PgOutboxWriter, OutboxRelay, TestOutbox; update create_thought + delete_thought
2026-05-15 18:31:57 +02:00
..
001_initial_schema.sql
…
002_federation_columns.sql
…
003_new_tables.sql
…
004_search_indexes.sql
…
005_federation_tables.sql
…
006_remote_actor_connections.sql
…
007_content_text.sql
fix: migrate thoughts.content VARCHAR(128) → TEXT to allow remote posts of any length
2026-05-15 01:15:09 +02:00
008_rename_notifications_type.sql
refactor(domain): algebraic NotificationKind — invalid states now unrepresentable
2026-05-15 13:53:53 +02:00
009_failed_events.sql
feat(postgres): failed_events table and PgFailedEventStore for dead-letter queue
2026-05-15 16:23:21 +02:00
010_fix_reply_fk_on_delete.sql
fix(db): in_reply_to_id FK ON DELETE SET NULL — deleting a thought no longer blocks if it has replies
2026-05-15 16:29:57 +02:00
011_outbox_events.sql
feat(infra): transactional outbox — OutboxWriter port, PgOutboxWriter, OutboxRelay, TestOutbox; update create_thought + delete_thought
2026-05-15 18:31:57 +02:00