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

Commit

Permalink
Add SQL script to fix old values
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Apr 8, 2016
1 parent 5c1e98d commit af1e6a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/branch.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
BEGIN;
UPDATE payment_instructions SET due = 0 WHERE due > 9.41;
END;

0 comments on commit af1e6a2

Please sign in to comment.