- Marked tasks as complete in TODO.md for the Inkbunny index scan job and log attachment features. - Refactored `UpdatePostsJob` to improve method naming and enhance error handling for missing posts. - Introduced associations between `Post`, `Pool`, and `PoolJoin` models to manage relationships effectively. - Updated database schema to include `ib_pool_id` in pools and modified the `domain_inkbunny_pool_joins` table structure. - Added tests to ensure correct association of posts with pools and validate left/right post IDs in pool joins.
4 lines
40 B
Ruby
4 lines
40 B
Ruby
# typed: strict
|
|
module SorbetSchema
|
|
end
|