Interface: UserSchemaRepairReport
Defined in: Data/Migration/repairUserSchema.ts:64
What repairUserSchema found and did. Returned so startup can log it.
Properties
colorsConverted
colorsConverted:
number
Defined in: Data/Migration/repairUserSchema.ts:72
Rows whose colour was converted from a v1 name to hex.
hadLegacyColorCheck
hadLegacyColorCheck:
boolean
Defined in: Data/Migration/repairUserSchema.ts:66
True when the stored DDL carried the v1 six-name CHECK on color.
hadNullableVerseEnd
hadNullableVerseEnd:
boolean
Defined in: Data/Migration/repairUserSchema.ts:68
True when verse_id_end was still nullable (pre-R-1 shape).
rebuilt
rebuilt:
boolean
Defined in: Data/Migration/repairUserSchema.ts:70
True when the table was actually rebuilt.
verseEndsBackfilled
verseEndsBackfilled:
number
Defined in: Data/Migration/repairUserSchema.ts:74
Rows whose NULL verse_id_end was backfilled from verse_id_start.