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

Commit

Permalink
Clean up SQL scripts and schema after #3744
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Sep 7, 2015
1 parent 8f1ff97 commit 9769771
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 77 deletions.
4 changes: 0 additions & 4 deletions sql/1.0/all.sql

This file was deleted.

16 changes: 0 additions & 16 deletions sql/1.0/compute-balances.sql

This file was deleted.

10 changes: 0 additions & 10 deletions sql/1.0/identify-receivers.sql

This file was deleted.

32 changes: 0 additions & 32 deletions sql/1.0/prep-numbers.sql

This file was deleted.

15 changes: 0 additions & 15 deletions sql/1.0/set-status.sql

This file was deleted.

5 changes: 5 additions & 0 deletions sql/branch.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE participants DROP COLUMN status_of_1_0_balance;
DROP TRIGGER update_status_of_1_0_balance ON participants;
DROP FUNCTION set_status_of_1_0_balance_to_resolved();
END;

0 comments on commit 9769771

Please sign in to comment.