Updated column names(for consistency) of following tables,
Table Name |
Old Column Name |
New Column Name |
dmscustomfieldmapping |
UpdatedBy_UserId |
LastUpdatedBy_UserID |
dmscustomfieldmapping |
UpdatedDate |
LastUpdate_DateTime |
sourcesystemfieldlabel |
UpdatedBy_UserId |
LastUpdatedBy_UserID |
sourcesystemfieldlabel |
UpdatedDate |
LastUpdate_DateTime |
sourcesystemfields |
UpdatedBy |
LastUpdatedBy_UserID |
sourcesystemfields |
DateUpdated |
LastUpdate_DateTime |
sourcesystemfields |
CreatedBy |
CreatedBy_UserID |
sourcesystemfields |
DateCreated |
Created_DateTime |
For following three tables we are unable to create History table due to ERROR : "Error Code: 1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs"
- sentform
- assignmentcustomattributedata
- personcustomattributedata
To resolve this error we need to change data type of some columns in History table of it. Hence currently kept history table creation of these tables on hold.
Thanks,
Sonali Farakate
CC : Samir,Rohan J Khandave
Hi All,
As per discussion with Samir, Moving display web page for history , business logic component removed from sprint 6. These can be taken in future.
Thanks,
Swapnil P.