23.3 RepositoryUpgrade Dropping Custom Columns and Indexes
Hi All,
Posting this here since we had not seen this before. I have seen the known issue which has been fixed with PostInstallDBSetUp that had this behavior but have never seen this issue with RepositoryUpgrade.
I checked previous runs of this utility for other versions of 21.x and 22.x and for those runs s_evt_act and s_srv_req were not in the DDL .ctl file. For 23.3 these two tables are included and we have tons of X columns that just got dropped.
Looks like we will need to revert back to before running this utility and then manually run ddlimp with the /Q switch to generate the SQL to get the new schema changes only.