You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-07-04 13:16:05,452:INFO: Table [ item] OK compared by len only v5:[54042], v7:[54042]
2024-07-04 13:16:05,491:INFO: Table [ item] !!! WARN !!! NON NULL [ in_archive] v5:[54041], v7:[54042]
2024-07-04 13:16:05,529:INFO: Table [ item] !!! WARN !!! NON NULL [ withdrawn] v5:[54041], v7:[54042] Explanation: In version 6, there is one record with null values for both the in_archive and withdrawn attributes. In version 7, these null values are explicitly represented as false.
Table [ collection2item] !!! WARN !!! compared by len only v5:[67146], v7:[66929] Explanation: In version 6, there is redundant data, whereas in version 7, only unique values are present.
Table [handle]: v5:[55524], v7:[55525] Explanation: Vanilla added one SIDE handle.
Table [checksum_results]: v5:[9], v7:[10] Explanation: We added one checksum_results = CHECKSUM_SYNC_NO_MATCH.
This error is based on simple table len not based on validation_table:
resourcepolicy: 3405 more
It looks like the additional entries are noted for items with the action DELETE and one for resource_type_id = 5 (added SIDE ??).
The text was updated successfully, but these errors were encountered:
2024-07-04 13:16:05,452:INFO: Table [ item] OK compared by len only v5:[54042], v7:[54042]
2024-07-04 13:16:05,491:INFO: Table [ item] !!! WARN !!! NON NULL [ in_archive] v5:[54041], v7:[54042]
2024-07-04 13:16:05,529:INFO: Table [ item] !!! WARN !!! NON NULL [ withdrawn] v5:[54041], v7:[54042]
Explanation: In version 6, there is one record with null values for both the in_archive and withdrawn attributes. In version 7, these null values are explicitly represented as false.
Table [ collection2item] !!! WARN !!! compared by len only v5:[67146], v7:[66929]
Explanation: In version 6, there is redundant data, whereas in version 7, only unique values are present.
Table [handle]: v5:[55524], v7:[55525]
Explanation: Vanilla added one SIDE handle.
Table [checksum_results]: v5:[9], v7:[10]
Explanation: We added one checksum_results = CHECKSUM_SYNC_NO_MATCH.
This error is based on simple table len not based on validation_table:
resourcepolicy: 3405 more
It looks like the additional entries are noted for items with the action DELETE and one for resource_type_id = 5 (added SIDE ??).
The text was updated successfully, but these errors were encountered: