fixes account numbers
This commit is contained in:
1
migrator/migrations/1531595548-DOWN-fix-cbc-typos.sql
Normal file
1
migrator/migrations/1531595548-DOWN-fix-cbc-typos.sql
Normal file
@@ -0,0 +1 @@
|
||||
-- 1531595548 DOWN fix-cbc-typos
|
||||
4
migrator/migrations/1531595548-UP-fix-cbc-typos.sql
Normal file
4
migrator/migrations/1531595548-UP-fix-cbc-typos.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- 1531595548 UP fix-cbc-typos
|
||||
update companies set data ='{:locations ["CB"] :bank-accounts [{:number "013103062" :id 1 :check-number 10000 :bank-name "United Security Bank" :bank-code "90-4149/1211" :routing "121141495" :name "A1123 USB Operating 3062" :yodlee-account-id 0} {:number "013103070" :id 2 :check-number 10000 :bank-name "United Security Bank" :bank-code "90-4149/1211" :routing "121141495" :name "A1125 USB Payroll 3070" :yodlee-account-id 0} {:number "930545652" :id 3 :check-number 10000 :bank-name "Chase Bank" :bank-code "90-3913/1222" :routing "322271627" :name "A1126 Rent Impound Chase Acct" :yodlee-account-id 0} {:number "1812" :id 4 :check-number 10000 :bank-name "Chase Credit Card" :bank-code "" :routing "" :name "A1127 Chase Card 1812" :yodlee-account-id 0}]}' where name = 'Campbell Brewing Co';
|
||||
|
||||
delete from transactions;
|
||||
Reference in New Issue
Block a user