Skip to content

Commit

Permalink
remove SQlite cache on make clean. (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeadie authored Sep 16, 2024
1 parent d96cc3c commit 5af485c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdc-debezium/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ clean:
@docker compose down
@docker volume prune -f
@docker image prune -f
rm -r .spice

.PHONY: register-connector
register-connector:
Expand Down

0 comments on commit 5af485c

Please sign in to comment.