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

Commit

Permalink
add branch.sql to alter schema.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
JessaWitzel committed Dec 6, 2016
1 parent c8c7914 commit ec21796
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/branch.sql
@@ -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 ec21796

Please sign in to comment.