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
Changes done in following stored procedures for History tables
Please find following sheet 16July19 - DMS-343_HistoryTableAnalysis.xls
for the tables which does not contain the columns 'LastUpdate_dateTime' and 'LastUpdatedby_UserID'.
Thanks,
Sonali Farakate
CC : Rohan J Khandave