From 54fb92a7803fada72e4b3ed80934b8a7572409fc Mon Sep 17 00:00:00 2001 From: boris Date: Fri, 3 Jul 2026 07:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E7=A1=AC=E5=9B=9E=E6=B5=8B=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=BA=90=E9=97=A8=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/verify-no-legacy-data-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify-no-legacy-data-source.sh b/scripts/verify-no-legacy-data-source.sh index 097bf7d..7242f91 100755 --- a/scripts/verify-no-legacy-data-source.sh +++ b/scripts/verify-no-legacy-data-source.sh @@ -70,7 +70,7 @@ fused_hits="$( --glob '!**/*test*.rs' \ --glob '!crates/fidc-core/src/strategy_ai.rs' \ --glob '!scripts/verify-no-legacy-data-source.sh' \ - 'exported_fused|fidc_fused|fusion|fused' \ + 'exported_fused|fidc_fused|fusion|fused|wide_table|wide table|source_rows_export|exported_daily|merged_daily|daily_merged|merged_source|materialized[_ -]source|materialized_source_rows|source_rows_materialized|融合表|融合宽表' \ crates Cargo.toml \ 2>/dev/null || true )"