-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Production
-
Bug Severity:Medium
-
Module:BenAdmin - Enrollment
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Sprint:WT Sprint 32-Bugs
The eligibility routine was getting failed after import. When analysed, we found the value for IsApprovalPending is null in given table.
We could not judge the reason but there's no default constraint for the column as it exists on Employee_Enrollment.
The Default constraint may solve the issue.
-
- Time Spent:
- 1h
-
Issue discussion
Default constraint Query Optimization R&D and discussion
Code review
Unit testing
-
- Time Spent:
- 4h
-
Analysis of the issue .
Added a script for adding Default constraint on the column.
-
- Time Spent:
- 1h
-
LB and UiRefresh code commit issue discussion with Kumar, Ashwin and Abhilash
DB Code revert and correction