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

Commit

Permalink
Think better of mutating data in branch.sql; #449
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Apr 14, 2013
1 parent 2c509a8 commit 0756329
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions branch.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
BEGIN;

-------------------
-- participant kind
-- participant type

CREATE TYPE participant_type AS ENUM ( 'individual'
, 'group'
Expand Down Expand Up @@ -40,8 +40,6 @@ BEGIN;
, NEW.type
);

UPDATE participants SET type='open group' WHERE username_lower='gittip';


------------------
-- identifications
Expand Down

0 comments on commit 0756329

Please sign in to comment.