The primary key constraint of ProgramParticipationTeacherPrep is misnamed
Closed this issue · 1 comments
EricMarshallNC commented
Describe the bug
The primary key constraint defined for ProgramParticipationTeacherPrep is currently named FK_ProgramParticipationTeacherPrepId as seen in the statement 'CONSTRAINT [FK_ProgramParticipationTeacherPrepId] PRIMARY KEY CLUSTERED'. Note that this is only the constraint itself (and thus is largely non-functional) and not the column name.
To Reproduce
See description
Expected behavior
We'd expect the constraint to be named PK_ProgramParticipationTeacherPrepId.
jillparkesQIP commented
Addressed in V9.0.0.0 release, #42. See CEDS OSC IDS Summary v9 Changes.xlsx for additional details.