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
@@ -2093,6 +2103,7 @@ data_integrity.programs_custom_data_entry_forms_empty.name=Programs which have c
2093
2103
data_integrity.program_stages_no_programs.name=Program stages which are not assigned to any programs.
2094
2104
data_integrity.program_rules_message_no_template.name=Program rules actions which should send or schedule a message without a message template.
2095
2105
data_integrity.program_rules_no_action.name=Program rules with no action.
2106
+
data_integrity.tracker_geometry_invalid_srid.name=Tracker entities with geometry not using SRID 4326.
2096
2107
data_integrity.program_rules_no_expression.name=Program rules with no expression.
2097
2108
data_integrity.program_rules_no_priority.name=Program rules with no priority
2098
2109
data_integrity.program_rules_inconsistent_program_program_stage.name=Program rules which are inconsistently linked to a program and program stage.
@@ -2109,7 +2120,10 @@ data_integrity.user_roles_with_no_users.name=User roles with no users
2109
2120
data_integrity.file_resources_no_icon.name=File resources that are missing an icon
2110
2121
data_integrity.users_with_all_authority.name=Users with the ALL authority
2111
2122
data_integrity.category_options_default_incorrect_sharing.name=Default category option should be publicly shared
2112
-
2123
+
data_integrity.tracked_entity_attributes_invalid_trigram_search_configuration.name=Tracked entity attributes eligible for trigram indexing but misconfigured so the partial trigram index is not created.
2124
+
data_integrity.tracked_entity_attributes_trigram_index_out_of_sync.name=Partial trigram indexes on trackedentityattributevalue table must be in sync with the tracked entity attribute metadata configuration.
2125
+
data_integrity.tracked_entity_attributes_trigram_index_overview.name=Tracked entity attributes that have a partial trigram index created on the trackedentityattributevalue table.
2126
+
data_integrity.programs_inconsistent_tracked_entity_type.name=Programs which are inconsistently linked to a tracked entity type.
2113
2127
# -- End Data Integrity Checks--------------------------------------------#
0 commit comments