diff --git a/shyftDb/postgres_setup/drop_tables.psql b/shyftDb/postgres_setup/drop_tables.psql new file mode 100644 index 0000000000..2a985786f2 --- /dev/null +++ b/shyftDb/postgres_setup/drop_tables.psql @@ -0,0 +1,2 @@ +DROP TABLE txs; +DROP TABLE blocks; \ No newline at end of file diff --git a/shyftDb/postgres_setup/drop_tables.sh b/shyftDb/postgres_setup/drop_tables.sh new file mode 100644 index 0000000000..576637538a --- /dev/null +++ b/shyftDb/postgres_setup/drop_tables.sh @@ -0,0 +1 @@ +psql -U postgres -d shyftdb -f drop_tables.psql \ No newline at end of file