go-ethereum/shyftDb/postgres_setup_test/drop_tables_test.psql
David Krett 2e58574ae2 Squashed commit of the following:
commit f345b88d07
Merge: 1d07665d4 a908f3fd0
Author: Priom Chowdhury <priom.galaxy@gmail.com>
Date:   Mon Aug 13 10:31:36 2018 -0400

    Merge pull request #48 from ShyftNetwork/update/accountBalances

    Update/account balances

commit a908f3fd02
Author: greg <gregorymarkou@gmail.com>
Date:   Fri Aug 10 21:23:21 2018 +0300

    remove fmt

commit 74491b644c
Merge: de13a538f e1a36f6d8
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Wed Aug 8 17:59:49 2018 -0400

    Merge branch 'update/accountBalances' of github.com:ShyftNetwork/shyft_go-ethereum into update/accountBalances

commit de13a538f6
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Wed Aug 8 17:59:26 2018 -0400

    resolved conflicts

commit e1a36f6d89
Merge: a37f60d6a 1d07665d4
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Wed Aug 8 17:45:11 2018 -0400

    Merge branch 'staging' into update/accountBalances

commit a37f60d6a3
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Wed Aug 8 17:43:56 2018 -0400

    removed fmt prints, created types file and fixed UI

commit ba48ad13e9
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Tue Aug 7 16:48:08 2018 -0400

    updating balances working correctly, test suite incomplete for accounts

commit d760a7caa7
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Tue Aug 7 13:38:08 2018 -0400

    refactored account balance updating

commit 3acdd3f5c5
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Mon Aug 6 17:38:01 2018 -0400

    need to clean up updating account balances functions

commit 2abd54c29e
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Thu Aug 2 14:47:11 2018 -0400

    refactored unit tests to include set up and tear down

commit 494e62c69a
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Wed Aug 1 15:59:38 2018 -0400

    wip

commit c121072d0f
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Wed Aug 1 15:58:14 2018 -0400

    added create from account for each test

commit 112c47bf29
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Wed Aug 1 15:44:18 2018 -0400

    unit tests for account balances wip

commit d299d2baeb
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Wed Aug 1 15:17:38 2018 -0400

    unit testing for account balances

commit f066a8e461
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Mon Jul 30 11:37:18 2018 -0400

    all hashes stored as lower case

commit ab8d98ad91
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Thu Jul 26 17:03:50 2018 -0400

    updating accounts from internal txs

commit 3f6bdfc0e4
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Thu Jul 26 15:46:48 2018 -0400

    refactored gen write functions for internals

commit dc379b811c
Author: Dustin Brickwood <dustinbrickwood204@gmail.com>
Date:   Wed Jul 25 16:36:16 2018 -0400

    need to fix gen write before internals
2018-08-14 11:37:57 -04:00

4 lines
No EOL
79 B
Text

DROP TABLE internalTxs;
DROP TABLE txs;
DROP TABLE blocks;
DROP TABLE accounts;