Добавить авто-регистрацию тикетов (hash/dedupe/500/WS). Refs EventHub/EventHubBack#35
CI / test (push) Successful in 21m45s
CI / deploy-ift (push) Successful in 6m8s
CI / e2e-ift (push) Failing after 6m13s
CI / deploy-stage (push) Has been skipped
CI / e2e-stage (push) Has been skipped

This commit is contained in:
2026-07-17 00:44:09 +03:00
parent 0a52712258
commit a696d25486
12 changed files with 590 additions and 59 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
%% Упорядоченный реестр миграций (добавлять новые модули в конец списка).
-define(ALL_MIGRATIONS, [
'20260501120000_base_schema',
'20260504150000_test_migration'
'20260504150000_test_migration',
'20260716230000_ticket_source_and_hash_index'
]).
%% ------------------------------