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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add branch.sql to alter schema.sql
Browse files Browse the repository at this point in the history
JessaWitzel authored and chadwhitacre committed Dec 7, 2016
1 parent 2749c4b commit 8da9b4d
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 @@
--https://github.com/gratipay/gratipay.com/pull/4214

BEGIN;
ALTER TABLE teams DROP COLUMN todo_url;
END;

0 comments on commit 8da9b4d

Please sign in to comment.