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

Commit

Permalink
Stop tracking pledging in the db
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed May 12, 2015
1 parent 097653f commit 1fa6171
Showing 1 changed file with 5 additions and 0 deletions.
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 pledging;

END;

0 comments on commit 1fa6171

Please sign in to comment.