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

Commit

Permalink
drop the goal_summary view
Browse files Browse the repository at this point in the history
We don't use it and its definition is obsolete.
  • Loading branch information
Changaco authored and chadwhitacre committed Sep 10, 2014
1 parent 8c89d7b commit fab5a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions branch.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BEGIN;
DROP VIEW goal_summary;
ALTER TABLE tips ADD COLUMN is_funded boolean;
\i fake_payday.sql
END;

0 comments on commit fab5a4d

Please sign in to comment.