Why migrating an update set with table changes (including creating an extended table) is not commiting as expected?Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Committing the retrieved remote update set on Target instance was not creating table with extension. For example, let's say, on a source instance, administrator has created a custom table which extends task table, this table creation is captured in a update set. When administrator commits the tables changes on a target instance, system suppose to create the same custom table with same extension. However, table was not created with extension. ReleaseAny supported release.CauseOn the target instance, before applying the update set, an user has created the same table without extension and hence extension changes from the update set is not committed. Local host node logs reveals following entry: 2018-07-30 04:43:26 (051) worker.1 worker.1 WARNING *** WARNING *** Prevented attempt to reparent <table>, from null, to <parent table>ResolutionIf the target instance is not PROD instance, clone the target instance from PROD and then apply the update set. This is the preferred way so that update set would be tested thoroughly before applying it on PROD instance. Else if the table doesn't have data and clone is not an option, drop the table and recreate it with extension ( If table has any data, those data needs to be backed up before dropping and then moved to the new table).Related LinksUpdate set Commit an update set