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

Commit

Permalink
merge branch.sql into schema.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Dec 14, 2014
1 parent 5330e61 commit 5838f0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions branch.sql

This file was deleted.

1 change: 1 addition & 0 deletions schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ CREATE TABLE participants
, email_lang text
, is_locked boolean NOT NULL DEFAULT FALSE
, CONSTRAINT claimed_not_locked CHECK (NOT (claimed_time IS NOT NULL AND is_locked))
, CONSTRAINT team_not_anonymous CHECK (NOT (number='plural' AND anonymous_receiving))
);

-- https://github.com/gratipay/gratipay.com/pull/1610
Expand Down

0 comments on commit 5838f0d

Please sign in to comment.