Created
December 12, 2024 19:46
-
-
Save muhummadPatel/01fa6948fb0022998085b75c836976aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@ip-10-0-102-85:/usr/src/app# python ./relycomply/manage.py showmigrations --list | |
| {"timestamp": "2024-12-12T19:45:29.45.0", "level": "INFO", "location": "xmlschema.include_schema:1274", "message": "Include schema from 'file:///usr/src/venv/lib/python3.11/site-packages/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd'"} | |
| System check identified some issues: | |
| WARNINGS: | |
| users.User.email: (fields.W905) django.contrib.postgres.fields.CICharField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1. | |
| HINT: Use CharField(db_collation="…") with a case-insensitive non-deterministic collation instead. | |
| {"timestamp": "2024-12-12T19:45:31.189.0", "level": "WARNING", "location": "aws_xray_sdk.core.recorder._begin_subsegment_helper: 289", "message": "No segment found, cannot begin subsegment execute."} | |
| {"timestamp": "2024-12-12T19:45:31.211.0", "level": "WARNING", "location": "aws_xray_sdk.core.recorder._begin_subsegment_helper: 289", "message": "No segment found, cannot begin subsegment execute."} | |
| {"timestamp": "2024-12-12T19:45:31.251.0", "level": "WARNING", "location": "aws_xray_sdk.core.recorder._begin_subsegment_helper: 289", "message": "No segment found, cannot begin subsegment execute."} | |
| {"timestamp": "2024-12-12T19:45:31.256.0", "level": "WARNING", "location": "aws_xray_sdk.core.recorder._begin_subsegment_helper: 289", "message": "No segment found, cannot begin subsegment execute."} | |
| access_log | |
| [X] 0001_initial | |
| [X] 0002_auto_20210516_1106 | |
| [X] 0003_accesslog_url | |
| [X] 0004_auto_20210516_1846 | |
| [X] 0005_accesslog_report_name | |
| [X] 0006_auto_20211018_1558 | |
| [X] 0007_accesslogcontentobject | |
| [X] 0008_auto_20211018_1929 | |
| [X] 0009_alter_accesslogcontentobject_log_item | |
| [X] 0010_auto_20211018_2026 | |
| [X] 0011_accesslog_graphql_entry_points | |
| [X] 0012_auto_20211022_1226 | |
| [X] 0013_alter_accesslog_graphql_result_and_more | |
| [X] 0014_alter_accesslog_action_alter_accesslog_has_error | |
| [X] 0015_accesslog_access_log__organis_97d7fe_idx | |
| [X] 0016_accesslog_impersonator | |
| [X] 0017_alter_accesslog_graphql_entry_points_and_more | |
| address_verification | |
| [X] 0001_initial | |
| [X] 0002_addressverificationscreeningconfig_match_threshold_and_more | |
| [X] 0003_alter_addressverificationscreeningconfig_match_threshold | |
| [X] 0004_addressverificationcase_reason_for_creation | |
| [X] 0005_alter_addressverificationcase_recorded_addresses | |
| [X] 0006_addressverificationcase_customer_address_snapshot_and_more | |
| [X] 0007_populate_customer_address_snapshot | |
| admin | |
| [X] 0001_initial | |
| [X] 0002_logentry_remove_auto_add | |
| [X] 0003_logentry_add_action_flag_choices | |
| adverse_media | |
| [X] 0001_initial | |
| [X] 0002_adversemediaopinion | |
| [X] 0003_alter_adversemediaopinion_opinion | |
| [X] 0004_adversemediaopinion_article | |
| [X] 0005_auto_20211129_1928 | |
| [X] 0006_alter_adversemediaopinion_opinion | |
| [X] 0007_adversemediascreeningconfig_enable_custom_outcomes_and_more | |
| [X] 0008_alter_adversemediaopinion_opinion_and_more | |
| [X] 0009_alter_adversemediascreeningconfig_outcomes | |
| [X] 0010_adversemediascreeningconfig_enable_judge_stage | |
| [X] 0011_adversemediascreeningconfig_search_terms | |
| [X] 0012_alter_adversemediascreeningconfig_search_terms | |
| [X] 0013_adversemediascreeningconfig_search_engine | |
| [X] 0014_alter_adversemediascreeningconfig_search_engine | |
| [X] 0015_alter_adversemediascreeningconfig_search_terms | |
| [X] 0016_alter_adversemediaopinion_note | |
| athena | |
| [X] 0001_initial | |
| [X] 0002_auto_20210331_1949 | |
| [X] 0003_auto_20210404_1409 | |
| attribute_screening | |
| [X] 0001_initial | |
| [X] 0002_rename_banned_values_attributescreeningconfig_checked_values | |
| [X] 0003_alter_attributescreeningcase_matches_and_more | |
| [X] 0004_attributescreeningconfig_enable_custom_outcomes_and_more | |
| [X] 0005_alter_attributescreeningconfig_outcomes | |
| [X] 0006_alter_attributescreeningconfig_outcomes | |
| [X] 0007_attributescreeningconfig_enable_judge_stage | |
| [X] 0007_attributescreeningconfig_attribute_type | |
| [X] 0008_merge_20240122_1207 | |
| auth | |
| [X] 0001_initial | |
| [X] 0002_alter_permission_name_max_length | |
| [X] 0003_alter_user_email_max_length | |
| [X] 0004_alter_user_username_opts | |
| [X] 0005_alter_user_last_login_null | |
| [X] 0006_require_contenttypes_0002 | |
| [X] 0007_alter_validators_add_error_messages | |
| [X] 0008_alter_user_username_max_length | |
| [X] 0009_alter_user_last_name_max_length | |
| [X] 0010_alter_group_name_max_length | |
| [X] 0011_update_proxy_permissions | |
| [X] 0012_alter_user_first_name_max_length | |
| bank_verification | |
| [X] 0001_initial | |
| [X] 0002_rename_recorded_bank_accounts_bankverificationcase_account_verification_result_and_more | |
| [X] 0003_bankverificationscreeningconfig_allow_new_accounts | |
| [X] 0004_alter_bankverificationcase_account_verification_result_and_more | |
| [X] 0005_bankverificationscreeningconfig_ignore_fields | |
| [X] 0006_bankverificationscreeningconfig_populate_ignore_fields | |
| [X] 0007_remove_bankverificationscreeningconfig_allow_new_accounts | |
| billing | |
| [X] 0001_initial | |
| [X] 0002_alter_billingrun_location | |
| [X] 0003_auto_20210903_1219 | |
| [X] 0004_alter_billingrun_status | |
| [X] 0005_alter_billingrun_year | |
| [X] 0006_alter_billingrun_year | |
| [X] 0007_alter_billingrun_year | |
| business_verification | |
| [X] 0001_initial | |
| [X] 0002_businessverificationcase_and_more | |
| [X] 0003_directormismatch | |
| [X] 0004_businessverificationcase_reason_for_creation_and_more | |
| [X] 0005_businessverificationscreeningconfig_director_roles | |
| [X] 0006_alter_businessverificationscreeningconfig_director_roles | |
| [X] 0007_businessverificationcase_business_status_and_more | |
| [X] 0008_fix_result_context | |
| [X] 0009_alter_businessverificationscreeningconfig_director_assessment_config | |
| case_workflow | |
| [X] 0001_initial | |
| [X] 0002_remove_outcome_enabled | |
| [X] 0003_alter_outcome_label_alter_outcome_name_and_more | |
| [X] 0004_outcome_custom_sentiment_score_alter_outcome_label_and_more | |
| [X] 0005_remove_outcome_custom_sentiment_score | |
| [X] 0006_alter_outcome_label_alter_outcome_name | |
| [X] 0007_alter_outcome_label_alter_outcome_name_and_more | |
| [X] 0008_auto_20240929_1336 | |
| [X] 0009_outcome_indicator | |
| [X] 0010_alter_outcome_indicator | |
| contenttypes | |
| [X] 0001_initial | |
| [X] 0002_remove_content_type_name | |
| core | |
| [X] 0001_initial | |
| [X] 0002_auto_20201013_0839 | |
| [X] 0003_auto_20201106_1220 | |
| [X] 0004_auto_20201106_1221 | |
| [X] 0005_auto_20201109_1014 | |
| [X] 0006_auto_20201111_0909 | |
| [X] 0007_auto_20201112_1504 | |
| [X] 0008_customerdata | |
| [X] 0009_customerdata_customer | |
| [X] 0010_customerdata_organisation | |
| [X] 0011_auto_20201211_1650 | |
| [X] 0012_auto_20210217_1719 | |
| [X] 0013_populate_full_name | |
| [X] 0014_auto_20210217_1727 | |
| [X] 0015_auto_20210218_0723 | |
| [X] 0016_auto_20210218_0743 | |
| [X] 0017_auto_20210218_0924 | |
| [X] 0018_auto_20210218_1659 | |
| [X] 0019_legacy_webhook_flag | |
| [X] 0020_auto_20210225_0821 | |
| [X] 0021_auto_20210309_1911 | |
| [X] 0022_auto_20210309_1914 | |
| [X] 0023_auto_20210326_1850 | |
| [X] 0024_delete_permission | |
| [X] 0025_auto_20210407_1107 | |
| [X] 0026_auto_20210407_1220 | |
| [X] 0027_auto_20210407_1233 | |
| [X] 0028_auto_20210413_2126 | |
| [X] 0028_auto_20210413_1916 | |
| [X] 0029_merge_20210419_1304 | |
| [X] 0030_alter_customer_business_name | |
| [X] 0031_alter_customer_id_document_type | |
| [X] 0032_auto_20210824_1532 | |
| [X] 0033_auto_20210902_1001 | |
| [X] 0034_auto_20210902_1043 | |
| [X] 0035_alter_customer_id_document_code | |
| [X] 0036_assessment_previous_screening_outcomes | |
| [X] 0037_alter_assessment_previous_screening_outcomes | |
| [X] 0038_eventdocument | |
| [X] 0039_alter_case_state_slug_alter_eventdocument_case_event_and_more | |
| [X] 0040_workflowconfig_analyst_can_review_and_more | |
| [X] 0041_rename_analyst_can_review_workflowconfig_one_assignment_per_user | |
| [X] 0042_alter_customer_type | |
| [X] 0043_case_archived_screening_re_run_scheduled | |
| [X] 0036_alter_case_assignee | |
| [X] 0040_merge_20220330_0918 | |
| [X] 0041_merge_20220426_1003 | |
| [X] 0042_merge_20220503_1605 | |
| [X] 0044_merge_20220607_1542 | |
| [X] 0045_customer_gender | |
| [X] 0046_screening_generic_screening_history_and_more | |
| [X] 0046_assessmentgroup_alter_customerrelationship_role_and_more | |
| [X] 0047_merge_20221108_2333 | |
| [X] 0048_assessment_archived_and_more | |
| [X] 0049_customerpool | |
| [X] 0050_setup_default_customer_pools | |
| [X] 0051_assessmentconfig_fire_webhook_on_all_updates_and_more | |
| [X] 0052_setup_webhook_call_frequency | |
| [X] 0051_screening_error_heading | |
| [X] 0053_merge_20230414_1503 | |
| [X] 0054_manualalert_manualalertdata_and_more | |
| [X] 0055_customerpool_manual_alert_jurisdiction | |
| [X] 0054_alter_customerpool_name_customerdatavalidationrule | |
| [X] 0056_merge_20230520_1055 | |
| [X] 0054_assessmentlink_and_more | |
| [X] 0055_remove_customerrelationship_customer_relationship_unique_and_more | |
| [X] 0056_merge_20230519_1138 | |
| [X] 0057_merge_20230522_0830 | |
| [X] 0058_remove_caseevent_transaction_screening_entity_match_and_more | |
| [X] 0058_case_is_true_positive | |
| [X] 0059_add_is_true_possitive_meta_data_to_case | |
| [X] 0060_merge_20230705_1351 | |
| [X] 0061_alter_caseevent_event_type | |
| [X] 0062_case_date_closed_caseevent_previous_assignment_event_and_more | |
| [X] 0063_populate_case_reporting_metadata | |
| [X] 0064_customerpool_customer_type | |
| [X] 0065_alter_customerdatavalidationrule_regex_and_more | |
| [X] 0066_eventdocument_is_deleted | |
| [X] 0067_eventdocument_deleted_by | |
| [X] 0068_eventdocument_date_deleted | |
| [X] 0066_customerrelationship_unique_subject_per_role | |
| [X] 0069_merge_20231112_0946 | |
| [X] 0070_workflowconfig_webhook_url_and_more | |
| [X] 0071_auto_20240203_1537 | |
| [X] 0072_customerdata_unique_customer_data_key_value | |
| [X] 0073_alter_workflowconfig_webhook_url | |
| [X] 0074_customer_pool_index | |
| [X] 0075_auto_20240408_1149 | |
| [X] 0076_workflowconfig_update_lambda_name | |
| [X] 0077_auto_20240410_1303 | |
| [X] 0078_alter_customerpool_manual_alert_jurisdiction | |
| [X] 0079_bankaccount_address | |
| [X] 0080_alter_bankaccount_bic_alter_bankaccount_branch_code_and_more | |
| [X] 0081_credential_and_more | |
| [X] 0070_workflowconfig_report_config_and_more | |
| [X] 0079_merge_20240509_1215 | |
| [X] 0074_merge_20240404_0947 | |
| [X] 0080_merge_20240524_1153 | |
| [X] 0082_merge_20240613_0654 | |
| [X] 0082_alter_customer_id_document_type | |
| [X] 0083_merge_20240624_0855 | |
| [X] 0084_remove_bankaccount_bic_bankaccount_account_type | |
| [X] 0085_alter_bankaccount_account_type_and_more | |
| [X] 0086_alter_address_city_alter_address_country_and_more | |
| [X] 0087_alter_customerpool_name | |
| [X] 0088_workflowconfig_max_retry_count_retryscreening | |
| [X] 0087_alter_caseevent_note | |
| [X] 0088_merge_20240909_1041 | |
| [X] 0089_merge_20240909_1843 | |
| [X] 0090_screening_next_rescreening_date | |
| [X] 0091_back_populate_next_rescreening_date | |
| [X] 0092_alter_customer_id_document_type | |
| [X] 0093_update_foreign_passport_to_passport | |
| [X] 0092_dataprovider_externalprovidercallcache_and_more | |
| [X] 0093_data_provider_searchworks | |
| [X] 0094_merge_20240917_1414 | |
| [X] 0095_externalprovidercallcache_has_error_and_more | |
| [X] 0096_alter_assessment_previous_screening_outcomes_and_more | |
| [X] 0097_remove_externalprovidercallcache_data_provider_and_more | |
| [X] 0097_indicator_customerindicator_and_more | |
| [X] 0098_merge_20241126_0945 | |
| [X] 0098_address_geocoded_information_cache | |
| [X] 0099_merge_20241127_1045 | |
| [ ] 0100_backfill_indicators | |
| customer_workflow | |
| (no migrations) | |
| data_providers | |
| [X] 0001_initial | |
| [X] 0002_auto_20241111_1213 | |
| [X] 0003_alter_dataprovider_name | |
| dataflow | |
| [X] 0001_initial | |
| [X] 0002_datasourceversion_athena_table | |
| [X] 0003_auto_20210704_1351 | |
| [X] 0004_auto_20210704_1413 | |
| [X] 0005_datasourceversion_relylang_version | |
| [X] 0006_alter_datasourceversion_relylang_version | |
| [X] 0007_auto_20210708_1554 | |
| [X] 0008_alter_dataflowversion_relylang_version | |
| [X] 0009_datasourceversion_format | |
| [X] 0010_datafile | |
| [X] 0011_datafile_internal_status | |
| [X] 0012_auto_20210715_2335 | |
| [X] 0013_auto_20210715_2345 | |
| [X] 0014_datasourceversion_data_file | |
| [X] 0015_datasourceversion_raw_data_files | |
| [X] 0016_rename_status_datafile_cached_status | |
| [X] 0017_alter_dataflowrun_data_alter_dataflowversion_config_and_more | |
| [X] 0018_dataflowrun_variables | |
| [X] 0019_dataflowrun_error_dataflowrun_status | |
| [X] 0020_auto_20230929_2026 | |
| [X] 0021_remove_dataflowrun_active | |
| [X] 0022_alter_dataflowrun_options_dataflowrunconfiguration_and_more | |
| [X] 0023_alter_dataflowrun_error_and_more | |
| [X] 0024_datasource_semantic_date | |
| [X] 0025_dataflowrun_last_step_and_more | |
| [X] 0026_rename_last_step_dataflowrun_current_step | |
| [X] 0027_alter_dataflowversion_version_number | |
| [X] 0028_alter_datasource_semantic_date | |
| [X] 0029_dataflowrun_current_step_json_dataflowrun_error_json | |
| [X] 0030_migrate_current_step_and_error_to_json | |
| [X] 0031_remove_dataflowrun_current_step_and_more | |
| [X] 0032_rename_current_step_json_dataflowrun_current_step_and_more | |
| [X] 0033_alter_dataflowrun_error | |
| [X] 0034_alter_dataflowrunconfiguration_data_selections_and_more | |
| django_keycloak | |
| [X] 0001_initial | |
| [X] 0002_auto_20180322_2059 | |
| [X] 0003_auto_20190204_1949 | |
| [X] 0004_client_service_account_profile | |
| [X] 0005_auto_20190219_2002 | |
| [X] 0006_remove_client_service_account | |
| [X] 0007_realm_organisation | |
| [X] 0008_remove_realm_organisation | |
| [X] 0009_alter_server_internal_url | |
| django_plotly_dash | |
| [X] 0001_initial | |
| [X] 0002_add_examples | |
| documents | |
| [X] 0001_initial | |
| [X] 0002_auto_20201013_0839 | |
| [X] 0003_auto_20201106_1220 | |
| [X] 0004_auto_20201109_1014 | |
| [X] 0005_auto_20201211_1352 | |
| [X] 0006_screeningvalidation_checks | |
| [X] 0007_auto_20210113_1159 | |
| [X] 0008_auto_20210115_1117 | |
| [X] 0009_alter_document_document_type | |
| [X] 0010_alter_document_document_type | |
| [X] 0011_alter_document_document_type | |
| [X] 0012_documenttype | |
| [X] 0013_load_document_types | |
| [X] 0014_document_document_type_link | |
| [X] 0015_documenttype_data_link | |
| [X] 0016_remove_document_document_type | |
| [X] 0017_rename_document_type_link_document_document_type | |
| [X] 0018_alter_documenttype_formats_and_more | |
| [X] 0019_remove_documenttype_type_unique_with_to_common_types_and_more | |
| [X] 0020_manual_alert_doc_type | |
| [X] 0021_remove_documenttype_type_unique_with_to_common_types_and_more | |
| [X] 0022_remove_documenttype_type_unique_with_to_common_types_and_more | |
| [X] 0023_alter_documenttype__validators | |
| [X] 0024_drivers_license_document_type | |
| [X] 0025_remove_documenttype_type_unique_with_to_common_types_and_more | |
| [X] 0026_bank_documents | |
| [X] 0025_update_drivers_licence_validators | |
| [X] 0027_merge_20240715_1341 | |
| [X] 0028_alter_document_thumbnail_data_and_more | |
| [X] 0029_load_gbg_document_types | |
| edd | |
| [X] 0001_initial | |
| [X] 0002_auto_20210303_1542 | |
| [X] 0003_eddscreeningconfig_resident_country | |
| [X] 0004_eddscreeningconfig_explicit_limited_risk_threshold_data_key | |
| [X] 0005_auto_20210303_2010 | |
| [X] 0006_auto_20210303_2023 | |
| [X] 0007_auto_20210309_1335 | |
| [X] 0008_auto_20210309_1336 | |
| [X] 0009_auto_20210309_1412 | |
| [X] 0010_auto_20210309_1911 | |
| [X] 0011_eddscreeningconfig_limited_risk_threshold_default | |
| [X] 0012_auto_20210311_1926 | |
| [X] 0013_auto_20210311_1937 | |
| [X] 0014_auto_20210413_2126 | |
| [X] 0015_auto_20210713_1710 | |
| [X] 0016_extra_parameters_data | |
| [X] 0017_eddscreeningconfig_pep_screening_assessment_name | |
| [X] 0018_eddscreeningcase_pep_title_screening_and_more | |
| [X] 0019_alter_eddscreeningconfig_pep_screening_assessment_name | |
| [X] 0020_alter_eddscreeningcase_cra_scores | |
| [X] 0021_alter_eddscreeningconfig_client_limited_risk_threshold_default | |
| [X] 0022_rename_product_service_score_eddscreeningconfig_product_service_score_default | |
| [X] 0022_alter_eddscreeningcase_score | |
| [X] 0023_merge_20220701_1257 | |
| [X] 0024_alter_eddscreeningconfig_resident_country | |
| [X] 0025_alter_eddscreeningconfig_pep_title_screening_assessment_name | |
| [X] 0026_offshoreeddscreeningcase_offshoreeddscreeningconfig | |
| [X] 0027_eddscreeningconfig_cra_model | |
| [X] 0028_alter_eddscreeningconfig_cra_model | |
| [X] 0029_eddscreeningconfig_require_adverse_media | |
| [X] 0030_eddscreeningconfig_allow_manual_case | |
| [X] 0031_offshoreeddscreeningconfig_allow_manual_case_and_more | |
| [X] 0032_alter_eddscreeningconfig_cra_model | |
| [X] 0033_offshoreeddscreeningconfig_uses_case_management | |
| [X] 0034_offshoreeddscreeningconfig_use_jurisdiction_override | |
| [X] 0035_riskreratedevent | |
| [X] 0036_offshoreeddscreeningconfig_allow_screening_risk_rerating | |
| [X] 0037_alter_riskreratedevent_options | |
| [X] 0038_eddscreeningconfig_search_engine | |
| [X] 0038_eddscreeningconfig_min_rescreening_new_case_category | |
| [X] 0039_merge_20240909_0836 | |
| [X] 0040_alter_eddscreeningconfig_client_limited_risk_threshold_default_and_more | |
| [X] 0041_alter_eddscreeningconfig_client_limited_risk_threshold_default_and_more | |
| export | |
| [X] 0001_initial | |
| [X] 0002_export_error | |
| fraud_screening | |
| [X] 0001_initial | |
| [X] 0002_alter_fraudscreeningcase_fraud_events | |
| generic_workflows | |
| [X] 0001_initial | |
| [X] 0002_auto_20211012_2016 | |
| [X] 0003_auto_20211109_1024 | |
| [X] 0004_auto_20211109_1036 | |
| [X] 0005_genericscreeningconfig_code_modules | |
| [X] 0006_genericscreeningcase_variables | |
| [X] 0007_genericscreeningcase_state_machine_history | |
| [X] 0008_auto_20211221_1052 | |
| [X] 0009_auto_20211221_1127 | |
| [X] 0010_remove_genericscreeningconfig_code_modules | |
| [X] 0011_alter_genericscreeningconfig_case_state_machine_and_more | |
| [X] 0012_genericscreeningcase_internal_state_variables_and_more | |
| go_aml | |
| [X] 0001_initial | |
| [X] 0002_alter_goamlreport_report_type_goamlreportgroup_and_more | |
| [X] 0003_goamlreportingconfig | |
| [X] 0004_goamlreportingconfig_description_and_more | |
| [X] 0005_remove_goamlreport_report_type_goamlreport_config_and_more | |
| [X] 0006_goamlreport_case_and_more | |
| [X] 0007_userprofile | |
| [X] 0008_rename_goamlreportingconfig_goamlreportconfig_and_more | |
| [X] 0009_goamlreportconfig_reportable_transaction_step_and_more | |
| [X] 0010_goamlreportconfig_reporting_entity_address_and_more | |
| [X] 0011_goamlreportconfig_currency_code | |
| [X] 0012_alter_goamlreportconfig_reporting_entity_country | |
| [X] 0013_alter_goamlreportconfig_reporting_entity | |
| identity | |
| [X] 0001_initial | |
| [X] 0002_zaidentityscreeningconfig_force_manual_refugee_verification | |
| [X] 0003_zaidentityscreeningconfig_force_passport_verification | |
| [X] 0004_keidentityscreeningcase_keidentityscreeningconfig | |
| [X] 0005_auto_20201207_1511 | |
| [X] 0006_auto_20201212_1523 | |
| [X] 0007_auto_20210127_2105 | |
| [X] 0008_zaidentityscreeningconfig_validate_face_photo_matches_searchworks | |
| [X] 0009_keidentityscreeningconfig_validate_preloaded_iidentifii_checks | |
| [X] 0010_auto_20210927_1019 | |
| [X] 0011_zaidentityscreeningconfig_validate_details_match_searchworks | |
| [X] 0011_auto_20210928_1417 | |
| [X] 0012_merge_20211006_1327 | |
| [X] 0013_keidentityscreeningconfig_customer_data_keys_to_validate_and_more | |
| [X] 0014_rename_customer_data_keys_to_validate_keidentityscreeningconfig_unique_customer_data_keys_and_more | |
| [X] 0013_keidentityscreeningconfig_store_nrb_data | |
| [X] 0015_merge_20221102_0357 | |
| [X] 0016_keidentityscreeningconfig_enable_custom_outcomes_and_more | |
| [X] 0017_alter_keidentityscreeningconfig_outcomes_and_more | |
| [X] 0018_alter_keidentityscreeningconfig_outcomes_and_more | |
| [X] 0019_gbgaddressscreeningcase_gbgidentityscreeningcase_and_more | |
| [X] 0020_gbgaddressscreeningconfig_enable_judge_stage_and_more | |
| [X] 0021_zaidentityscreeningconfig_failover_searchworks_face_photo_match_to_id_document | |
| [X] 0022_zaidentityscreeningconfig_populate_customer_details_from_registry | |
| [X] 0023_zaidentityscreeningconfig_data_provider | |
| mastercard_match | |
| [X] 0001_initial | |
| [X] 0002_mastercardmatchscreeningconfig_credentials | |
| [X] 0003_remove_mastercardmatchhitopinion_outcome_and_more | |
| [X] 0004_mastercardmatchscreeningconfig_business_address_name_and_more | |
| [X] 0005_alter_mastercardmatchscreeningconfig_ignore_phonetic_match_fields | |
| [X] 0006_alter_mastercardmatchscreeningconfig_business_address_name_and_more | |
| [X] 0007_alter_mastercardmatchscreeningconfig_ignore_phonetic_match_fields | |
| notifications | |
| [X] 0001_initial | |
| [X] 0002_notification_messaged | |
| [X] 0003_remove_notification_messaged | |
| [X] 0004_auto_20210519_2024 | |
| [X] 0005_auto_20210519_2046 | |
| [X] 0006_notification_user | |
| [X] 0007_auto_20210524_0958 | |
| [X] 0008_auto_20210602_1209 | |
| [X] 0009_alter_notificationsubscription_topic | |
| [X] 0010_auto_20210908_0923 | |
| [X] 0011_alter_notificationtopic_path | |
| [X] 0012_auto_20211117_0755 | |
| [X] 0013_alter_notification_context | |
| [X] 0014_alter_notificationsubscription_frequency | |
| people_database | |
| [X] 0001_initial | |
| [X] 0002_auto_20201013_0839 | |
| [X] 0003_auto_20201106_1220 | |
| [X] 0004_person_type | |
| [X] 0005_auto_20210330_1532 | |
| [X] 0006_auto_20210419_0726 | |
| [X] 0007_personmerge_personmergeopinion | |
| [X] 0008_personpacket_model | |
| [X] 0009_personpacket_data | |
| [X] 0010_delete_person_id_field | |
| [X] 0011_remove_personmerge_is_match_human | |
| [X] 0012_index_personmerge_score | |
| [X] 0013_alter_personmerge_unique_together | |
| [X] 0014_personmerge_is_match_human | |
| [X] 0015_auto_20211012_1846 | |
| [X] 0016_fact_target_packet | |
| [X] 0017_person_exposure_score | |
| [X] 0018_alter_person_exposure_score | |
| [X] 0019_alter_packet_natural_key | |
| [X] 0020_alter_document_source | |
| [X] 0021_remove_source_trust_score | |
| [X] 0022_alter_fact_country | |
| [X] 0023_alter_fact_string | |
| [X] 0024_personmerge_unapplied | |
| [X] 0025_alter_fact_valid_alter_personmerge_scoring_version | |
| [X] 0026_personmerge_tag | |
| risk_rating | |
| [X] 0001_initial | |
| [X] 0002_lookuptableversion_error_lookuptableversion_status | |
| [X] 0003_alter_lookuptableversion_version_tag | |
| [X] 0004_lookuptableversion_data | |
| [X] 0005_lookuptableversion_schema_riskratingconfig_and_more | |
| [X] 0006_alter_riskratingconfig_type | |
| [X] 0007_riskratingconfig_parameters | |
| [X] 0008_riskratingscreeningcase_riskratingscreeningconfig | |
| [X] 0009_riskratingscreeningconfig_enable_custom_outcomes | |
| [ ] 0010_customerscore | |
| [ ] 0011_backfill_scores | |
| [ ] 0012_alter_customerscore_customer_and_more | |
| sessions | |
| [X] 0001_initial | |
| system_configuration | |
| (no migrations) | |
| transaction_explorer | |
| (no migrations) | |
| transaction_monitoring | |
| [X] 0001_initial | |
| [X] 0002_auto_20210114_1711 | |
| [X] 0003_alert_data | |
| [X] 0004_auto_20210127_0729 | |
| [X] 0005_auto_20210130_1441 | |
| [X] 0006_auto_20210204_0954 | |
| [X] 0007_auto_20210209_0845 | |
| [X] 0008_alert_duplicate | |
| [X] 0009_monitorrun_unique_id | |
| [X] 0010_monitorrun_data | |
| [X] 0011_delete_monitors | |
| [X] 0012_auto_20210413_1916 | |
| [X] 0013_alert_config | |
| [X] 0014_remove_monitorversion_data_flow_version | |
| [X] 0015_alter_monitorversion_version_number | |
| [X] 0016_auto_20210709_1958 | |
| [X] 0017_auto_20210709_1958 | |
| [X] 0018_alter_alert_family | |
| [X] 0019_auto_20210709_2050 | |
| [X] 0020_alert_whitelisting | |
| [X] 0021_monitor_onboarding_assessment_config | |
| [X] 0022_remove_monitor_onboarding_assessment_config_and_more | |
| [X] 0023_auto_20220225_1459 | |
| [X] 0024_alter_alert_config_alter_alert_data_and_more | |
| [X] 0025_transactionmonitoringscreeningconfig_enable_custom_outcomes_and_more | |
| [X] 0026_alter_transactionmonitoringscreeningconfig_outcomes | |
| [X] 0027_alter_transactionmonitoringscreeningconfig_outcomes | |
| [X] 0028_transactionmonitoringscreeningconfig_enable_judge_stage | |
| [X] 0029_monitorversion_effective_date | |
| [X] 0030_alter_monitorversion_effective_date | |
| [X] 0031_monitorrun_completed_monitorrun_status | |
| [X] 0032_monitorrun_assign_completed_status | |
| [X] 0031_simulation | |
| [X] 0033_merge_20240910_1039 | |
| [X] 0034_alter_monitorrun_status_alter_simulation_monitor_run | |
| [X] 0035_monitor_rescreening_frequency | |
| transaction_screening | |
| [X] 0001_squashed_0009_auto_20201209_1618 (9 squashed migrations) | |
| [X] 0010_transactionscreeningconfig_keywords | |
| [X] 0011_transactionscreeningconfig_message_type | |
| [X] 0012_alter_transactionscreeningconfig_message_type | |
| [X] 0013_screeningtotransaction_transaction_and_more | |
| [X] 0014_remove_transactioncustomer_natural_key | |
| [X] 0015_alter_transactionscreeningconfig_threshold | |
| [X] 0016_remove_transactioncustomer_previous_decision | |
| [X] 0017_alter_transactionscreeningconfig_message_type | |
| [X] 0018_transactionscreeningconfig_enable_custom_outcomes_and_more | |
| [X] 0019_alter_transactionscreeningconfig_outcomes | |
| [X] 0020_alter_transactionscreeningconfig_outcomes | |
| [X] 0021_transactionscreeningconfig_queue_routing_key_override_and_more | |
| [X] 0021_transactionscreeningconfig_enable_judge_stage | |
| [X] 0022_merge_20240126_0622 | |
| [X] 0023_alter_transactionscreeningconfig_message_type | |
| [X] 0024_transactionscreeningconfig_special_case_single_name_matching | |
| [X] 0024_bulktransaction_and_more | |
| [X] 0025_merge_20241128_0843 | |
| users | |
| [X] 0001_initial | |
| [X] 0002_user_has_graphql_access | |
| [X] 0003_auto_20201106_1220 | |
| [X] 0004_orggroup_orgpermission | |
| [X] 0005_auto_20210119_2036 | |
| [X] 0006_auto_20210119_2045 | |
| [X] 0007_auto_20210119_2047 | |
| [X] 0004_auto_20210228_1015 | |
| [X] 0005_organisation_flag_watchlist_database_reports | |
| [X] 0008_merge_20210330_1029 | |
| [X] 0009_auto_20210331_1013 | |
| [X] 0010_auto_20210331_1210 | |
| [X] 0011_organisation_flag_notifications_center | |
| [X] 0012_alter_organisation_flag_notifications_center | |
| [X] 0013_auto_20210611_0712 | |
| [X] 0014_rename_name_organisation_label | |
| [X] 0015_rename_code_organisation_name | |
| [X] 0016_user_api_token | |
| [X] 0017_alter_user_api_token | |
| [X] 0018_organisation_realm | |
| [X] 0019_alter_organisation_realm | |
| [X] 0020_alter_organisation_realm | |
| [X] 0021_remove_organisation_flag_notifications_center | |
| [X] 0022_organisation_idp_organisation | |
| [X] 0023_auto_20210909_0950 | |
| [X] 0024_alter_organisation_required_additional_attributes | |
| [X] 0025_alter_organisation_required_additional_attributes | |
| [X] 0026_organisation_show_extra_onboarding_fields | |
| [X] 0027_organisation_flag_generic_workflows | |
| [X] 0028_organisation_flag_allow_reset | |
| [X] 0029_organisation_flag_manual_alerts | |
| [X] 0029_organisation_flag_autolink_related_assessments | |
| [X] 0030_merge_20230522_0830 | |
| [X] 0031_organisation_org_type | |
| [X] 0032_organisation_flag_report_dashboards | |
| [X] 0033_remove_organisation_flag_report_dashboards_and_more | |
| [X] 0033_organisation_flag_sync_keycloak_eidp_groups | |
| [X] 0034_merge_20230914_0252 | |
| [X] 0034_alter_organisation_org_type | |
| [X] 0035_merge_20230918_0946 | |
| [X] 0036_rename_flag_sync_keycloak_eidp_groups_organisation_sync_keycloak_eidp_groups | |
| [X] 0034_remove_user_has_graphql_access | |
| [X] 0037_merge_20230920_1340 | |
| [X] 0035_organisation_flag_use_customer_workflow | |
| [X] 0038_merge_20230921_1846 | |
| [X] 0039_organisation_flag_go_aml_reporting | |
| [X] 0040_organisation_flag_skip_datasource_version_column_checks | |
| [X] 0041_organisation_flag_use_new_ui | |
| [X] 0042_organisation_flag_transaction_monitoring_simulate | |
| [X] 0041_platformflag | |
| [X] 0043_merge_20240913_0848 | |
| [X] 0044_organisation_flag_new_case_widget | |
| [X] 0045_organisation_flag_bulk_case_assignment | |
| [X] 0046_organisation_flag_generic_risk_ratings | |
| [X] 0046_organisation_flag_bulk_transactions | |
| [ ] 0047_merge_20241210_1042 | |
| visa_vmss | |
| [X] 0001_initial | |
| watchlist_screening | |
| [X] 0001_initial | |
| [X] 0002_auto_20201209_1134 | |
| [X] 0003_watchlistscreeninghit_customer | |
| [X] 0004_alter_watchlistscreeninghit_customer | |
| [X] 0005_watchlistscreeningconfig_min_exposure | |
| [X] 0006_watchlistscreeningconfig_keywords | |
| [X] 0007_multihitwatchlistscreeningcase_and_more | |
| [X] 0008_alter_watchlistscreeninghit_case_and_more | |
| [X] 0009_alter_watchlistscreeninghitopinion_role | |
| [X] 0010_alter_watchlistscreeningconfig_keywords | |
| [X] 0011_watchlistscreeninghit_automated_and_more | |
| [X] 0012_alter_watchlistscreeninghit_outcome | |
| [X] 0013_populate_hit_outcome | |
| [X] 0014_watchlistscreeningconfig_enable_custom_outcomes_and_more | |
| [X] 0015_alter_watchlistscreeningconfig_outcomes | |
| [X] 0016_alter_watchlistscreeningconfig_outcomes | |
| [X] 0017_watchlistscreeningconfig_enable_judge_stage | |
| [X] 0017_alter_watchlistscreeningconfig_keywords | |
| [X] 0018_merge_20240126_0622 | |
| [X] 0019_watchlistscreeningconfig_special_case_single_name_matching | |
| [ ] 0020_alter_watchlistscreeninghit_screening |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment