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

Commit

Permalink
Trim up schema.sql
Browse files Browse the repository at this point in the history
Should've done this after merging #3744.
  • Loading branch information
chadwhitacre committed Sep 8, 2015
1 parent 4d67ec4 commit 0cdc1c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,4 @@ 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();

DROP TABLE numbers_1_0;
DROP TABLE receivers_1_0;
END;

0 comments on commit 0cdc1c4

Please sign in to comment.