Skip to content

Commit

Permalink
Use new CLI command in tap-schema build
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Jan 27, 2025
1 parent b11dc72 commit d43237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap-schema/build
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ shift
schema_index=0
for file in $@
do
felis load-tap --tap-schema-index $schema_index --dry-run --engine-url=mysql:// --tap-schema-name=tap_schema --tap-tables-postfix=11 $file > sql/`basename $file`.sql
felis load-tap-schema --tap-schema-index $schema_index --dry-run --engine-url=mysql:// --tap-schema-name=tap_schema --tap-tables-postfix=11 $file > sql/`basename $file`.sql
schema_index=$((schema_index+1))
done

Expand Down

0 comments on commit d43237b

Please sign in to comment.