Remove Uniswap watchers and related artifacts (#163)

* Remove Uniswap watchers and related code

* Remove Uniswap artifacts from graph-node

* Remove Uniswap artifacts from graph-test-watcher
This commit is contained in:
prathamesh0
2022-08-17 14:04:20 +05:30
committed by GitHub
parent bc1c267813
commit 80682e2755
123 changed files with 6 additions and 26144 deletions
-6
View File
@@ -9,18 +9,12 @@ then
dropdb erc20-watcher
dropdb address-watcher
dropdb uni-watcher
dropdb uni-info-watcher
createdb erc20-watcher
createdb address-watcher
createdb uni-watcher
createdb uni-info-watcher
psql -d erc20-watcher-job-queue -c "delete from pgboss.job;"
psql -d address-watcher-job-queue -c "delete from pgboss.job;"
psql -d uni-watcher-job-queue -c "delete from pgboss.job;"
psql -d uni-info-watcher-job-queue -c "delete from pgboss.job;"
EOF
else
echo "Abort."