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 84cf133
Showing 1 changed file with 1 addition and 0 deletions.
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 84cf133

Please sign in to comment.