Skip to content

Commit

Permalink
fix: sync meilisearch pk
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Sep 22, 2024
1 parent eaeb88b commit d09dcf0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ sync:
index: disputegames
plugins:
- meilisync.plugin.Plugin
pk: id
full: true
fields:
id:
Expand All @@ -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:
Expand All @@ -51,6 +56,7 @@ sync:
output_block:
- table: game_credit
index: gamecredits
pk: id
full: true
fields:
id:
Expand All @@ -59,4 +65,5 @@ sync:
credit:
- table: sync_events
index: syncevents
pk: id
full: true

0 comments on commit d09dcf0

Please sign in to comment.