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

Commit

Permalink
Accounts elsewhere need a participant (#406, #35)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Dec 13, 2012
1 parent cde6498 commit 9028af9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,10 @@ END;

ALTER TABLE paydays ADD COLUMN nach_failures bigint DEFAULT 0;
ALTER TABLE paydays RENAME COLUMN nach_failures TO nach_failing; -- double oops


-------------------------------------------------------------------------------
-- https://github.com/whit537/www.gittip.com/issues/35
-- https://github.com/whit537/www.gittip.com/issues/406

ALTER TABLE elsewhere ALTER COLUMN participant_id SET NOT NULL;

0 comments on commit 9028af9

Please sign in to comment.