john-okeefe
9e3e0ff931
db: regenerate sqlc models with comic metadata fields
Auto-generated by sqlc from updated schema.sql
- MediaItems struct now includes all 14 new comic metadata fields
- CreateMediaItemParams struct updated with new parameters
- All SELECT queries now include new columns in RETURNING clauses
- Properly typed with pgtype.Text, pgtype.Int4, pgtype.Bool, pgtype.Numeric, []byte
New Fields in MediaItems:
- MangaType pgtype.Text
- ReadingDirection pgtype.Text
- SeriesCount pgtype.Int4
- Volume pgtype.Int4
- Imprint pgtype.Text
- AgeRating pgtype.Text
- WebUrl pgtype.Text
- StoryArc pgtype.Text
- IsBlackAndWhite pgtype.Bool
- MetadataNotes pgtype.Text
- CommunityRating pgtype.Numeric
- AlternateInfo []byte (JSONB)
- ScanInformation pgtype.Text
- Summary pgtype.Text
Part of Phase 1: Database Schema Changes
Implementation: IMPLEMENTATION_PLAN_MERGE_METADATA_READING_DIRECTION.md
2026-03-29 19:11:51 -04:00
..
2026-03-06 15:03:21 -05:00
2026-03-11 16:42:21 -04:00
2026-03-29 19:11:51 -04:00
2026-03-06 14:00:47 -05:00
2026-03-28 23:54:39 -04:00
2026-03-06 14:26:33 -05:00
2026-02-01 16:21:10 -05:00
2026-03-28 23:54:39 -04:00
2026-03-28 21:21:03 -04:00
2026-02-22 16:29:21 -05:00
2026-03-05 17:13:17 -05:00
2026-02-27 16:51:44 -05:00