Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Drop exchanges table
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jul 15, 2015
1 parent f4a413d commit 129b930
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion gratipay/testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class Harness(unittest.TestCase):

@classmethod
def setUpClass(cls):
cls.db.run("ALTER SEQUENCE exchanges_id_seq RESTART WITH 1")
cls.setUpVCR()


Expand Down
1 change: 1 addition & 0 deletions sql/branch.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BEGIN;

DROP TABLE payments;
DROP TABLE exchanges;


CREATE FUNCTION current_payday() RETURNS SETOF paydays AS $$
Expand Down

0 comments on commit 129b930

Please sign in to comment.