feat(kol): add sqlc queries for all KOL tables
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user