mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-10 09:44:08 +00:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user