From d09dcf09cecff7c16e55e5c353723b8171200325 Mon Sep 17 00:00:00 2001 From: zhouop0 <11733741+zhouop0@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:04:10 +0800 Subject: [PATCH] fix: sync meilisearch pk --- deploy/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deploy/config.yml b/deploy/config.yml index a2cb6be..685022d 100644 --- a/deploy/config.yml +++ b/deploy/config.yml @@ -18,6 +18,7 @@ sync: index: disputegames plugins: - meilisync.plugin.Plugin + pk: id full: true fields: id: @@ -34,8 +35,12 @@ sync: game_type: l2_block_number: status: + on_chain_status: + claim_data_len: + get_len_status: - table: game_claim_data index: gameclaims + pk: id full: true fields: id: @@ -51,6 +56,7 @@ sync: output_block: - table: game_credit index: gamecredits + pk: id full: true fields: id: @@ -59,4 +65,5 @@ sync: credit: - table: sync_events index: syncevents + pk: id full: true