Commit a1e9c9d
fix: add missing error check for WriteChangelogState in initiateApplier (#1623)
The WriteChangelogState call at line 1365 was missing error handling,
which could cause the migration to fail silently if the changelog table
was not properly created. This resulted in cryptic "Table doesn't exist"
errors later in the migration process.
All other calls to WriteChangelogState in the codebase properly check
for errors. This change makes error handling consistent and provides
clearer error messages when changelog table operations fail.
Co-authored-by: Claude Sonnet 4.5 <[email protected]>1 parent cc2dd7f commit a1e9c9d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1362 | 1362 | | |
1363 | 1363 | | |
1364 | 1364 | | |
1365 | | - | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
1366 | 1368 | | |
1367 | 1369 | | |
1368 | 1370 | | |
| |||
0 commit comments