Fixes Domicilio02 table. This table was updated in 2018 to delete some redundant columns (always NULL). However, when doing so, the ID's got broken as well. Instead of the proper IDs, all the rows contain 55031E+14, which looks like a configuration problem when generating the files.
Luckily, all files in the sector have the same rows in the same order, so we can recover them from another file. Furthermore, I have a 2017 backups of the older files (which have the correct IDs). A diff of the old file against the one generated by this patch shows no difference in data (just a change in the header row, removing some extra columns as mentioned above).
Fixes Domicilio02 table. This table was updated in 2018 to delete some redundant columns (always NULL). However, when doing so, the ID's got broken as well. Instead of the proper IDs, all the rows contain
55031E+14
, which looks like a configuration problem when generating the files.Luckily, all files in the sector have the same rows in the same order, so we can recover them from another file. Furthermore, I have a 2017 backups of the older files (which have the correct IDs). A
diff
of the old file against the one generated by this patch shows no difference in data (just a change in the header row, removing some extra columns as mentioned above).