MechaCat02
33cc41bacd
deploy / test-backend (push) Successful in 38m34s
deploy / test-frontend (push) Successful in 10m58s
deploy / build-and-push (push) Successful in 11m46s
deploy / deploy (push) Successful in 24s
fix: make the genre dedup migration collision-proof (0038)
...
Review caught a boot-crash risk: 0038's repoint-UPDATE could set two
non-canonical variant links of one manga to the same canonical id in a single
statement (NOT EXISTS sees the pre-statement snapshot) -> manga_genres PK
violation -> migration rollback -> startup failure. Replace with INSERT ... SELECT
DISTINCT ... ON CONFLICT DO NOTHING (collision-proof) then delete variants. Amended
in place (0038 is unpushed). Tested with the exact collision scenario.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-14 19:12:52 +02:00
..
2026-07-13 21:37:16 +02:00
2026-05-22 23:15:36 +02:00
2026-06-19 11:48:56 +02:00
2026-07-07 21:10:29 +02:00
2026-06-14 14:57:48 +02:00
2026-06-23 20:46:08 +02:00
2026-07-13 21:37:16 +02:00
2026-06-19 11:26:09 +02:00
2026-06-22 22:28:16 +02:00
2026-06-22 21:04:50 +02:00
2026-05-30 22:23:55 +02:00
2026-06-16 18:46:28 +00:00
2026-06-01 22:00:09 +02:00
2026-06-14 16:01:09 +02:00
2026-06-22 21:04:50 +02:00
2026-07-02 20:45:37 +02:00
2026-06-16 18:46:28 +00:00
2026-07-13 19:57:06 +02:00
2026-07-13 21:13:37 +02:00
2026-07-13 19:57:06 +02:00
2026-07-11 14:08:27 +02:00
2026-07-13 20:10:05 +02:00
2026-06-13 15:51:38 +02:00
2026-05-17 17:43:06 +02:00
2026-07-13 21:41:28 +02:00
2026-05-17 14:32:03 +02:00
2026-07-04 21:52:58 +02:00
2026-07-11 14:24:31 +02:00
2026-07-11 14:41:19 +02:00
2026-07-13 20:10:05 +02:00
2026-07-13 19:57:06 +02:00
2026-06-13 23:17:55 +02:00
2026-06-13 23:17:55 +02:00
2026-06-30 19:52:43 +02:00
2026-05-17 13:15:03 +02:00
2026-07-07 21:39:20 +02:00
2026-07-05 16:54:11 +02:00
2026-07-05 17:42:05 +02:00
2026-07-02 20:45:37 +02:00
2026-07-07 20:30:03 +02:00
2026-06-16 12:21:13 +00:00
2026-07-08 06:29:17 +02:00
2026-07-11 13:55:50 +02:00
2026-06-19 11:15:11 +02:00
2026-07-03 21:16:56 +02:00
2026-06-19 11:15:11 +02:00
2026-05-29 23:49:28 +02:00
2026-07-14 19:12:52 +02:00
2026-05-16 21:41:20 +02:00
2026-06-06 18:49:56 +02:00
2026-07-13 20:19:41 +02:00