Commit 135725d
fix(catalog): expose edition_normalize_publisher_imprint migration
Add a 'edition_normalize_publisher_imprint' case to the catalog
management command's migrate dispatcher so the
edition_normalize_publisher_imprint_20260428 helper can actually be
invoked from the CLI:
./manage.py catalog migrate \
--name edition_normalize_publisher_imprint [--batch-size N]
Mirrors the existing populate_credits / populate_credits_extra wiring.1 parent a567331 commit 135725d
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
| |||
0 commit comments