From acdb0b2e9cc7f8daf3679da09558e23e67ca093f Mon Sep 17 00:00:00 2001 From: Aleksandr Kaekhtin Date: Wed, 6 Nov 2024 18:18:01 +0300 Subject: [PATCH] update ToncenterCppAppBackendV2Users --- backends/toncenter_cpp/apps_v2_users.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/toncenter_cpp/apps_v2_users.py b/backends/toncenter_cpp/apps_v2_users.py index 09444a3..d048b4f 100644 --- a/backends/toncenter_cpp/apps_v2_users.py +++ b/backends/toncenter_cpp/apps_v2_users.py @@ -68,8 +68,8 @@ def _do_calculate(self, config: SeasonConfig, dry_run: bool = False): TOKENS = "\nunion all\n".join(TOKENS) PROJECT_NFTS = "\nunion all\n".join(PROJECT_NFTS) - balances_table = "public.jetton_wallets" - nft_table = "public.nft_items" + balances_table = "tol.jetton_wallets_S6_end_normie" + nft_table = "tol.nft_items_s6_end" logger.info("Running backend for App leaderboard SQL generation")