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

Commit

Permalink
Delete unused email column from participants, leftover from #2752
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Mar 16, 2015
1 parent 8b6c67d commit 481e460
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/branch.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BEGIN;
ALTER TABLE participants DROP COLUMN email;
DROP TYPE email_address_with_confirmation;
END;

0 comments on commit 481e460

Please sign in to comment.