feat(kol): add sqlc queries for all KOL tables

This commit is contained in:
2026-04-17 08:10:45 +08:00
parent 5c8f2bffae
commit b78664c7d0
17 changed files with 2586 additions and 12 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ EXIT_CODE=0
for f in "$QUERY_DIR"/*.sql; do
# Skip files that don't need tenant_id (audit.sql has operator_id + tenant_id)
basename=$(basename "$f")
if [[ "$basename" == "audit.sql" ]]; then
if [[ "$basename" == "audit.sql" ]] || [[ "$basename" == "kol_marketplace.sql" ]]; then
continue
fi