From 5bf264804c537594e13bf566948069763d89b3df Mon Sep 17 00:00:00 2001 From: Kathy Date: Thu, 27 Jun 2013 12:43:34 +0000 Subject: [PATCH] Added comments --- PROMS/DataLoader/Transitions.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PROMS/DataLoader/Transitions.cs b/PROMS/DataLoader/Transitions.cs index b745590b..00104a71 100644 --- a/PROMS/DataLoader/Transitions.cs +++ b/PROMS/DataLoader/Transitions.cs @@ -138,6 +138,10 @@ namespace DataLoader // last sibling. In data, these are represented with the SQL database field in the transitions // table 'IsRange' == 2, and the toid == rangeid. In the content record, the link is // TransitionRange:[type] [tranid] [toid] [rangeid] -> and the toid == rangeid + // The following was commented out for the Shearon Harris data migration because the + // migrated data did not match 16bit. One example can be found EOPS/ECA-0.0, step 47, RNO. + // 16bit had Steps 47b AND c; 32bit had Steps 47b, c, d, e, f AND g before this code was + // commented out (June 2013). //if (itype == 2) //{ // if (dr["TOSEQUENCE"].ToString().Length > 3 &&