supports new check layout, added bank account for campbell
This commit is contained in:
@@ -1 +1,2 @@
|
||||
-- 1531452173 DOWN change-yodlee-transaction-id
|
||||
-- 1531452173 DOWN change-yodlee-transaction-id
|
||||
alter table transactions alter column id type int;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
-- 1531464885 DOWN add-campbell-bank-account
|
||||
@@ -0,0 +1,2 @@
|
||||
-- 1531464885 UP add-campbell-bank-account
|
||||
update companies set data ='{:locations ["CB"] :bank-accounts [{:number "123456789" :id 1 :check-number 6789 :bank-name "Test account" :bank-code "90-4149/1211" :routing "12345678" :name "test-acct" :yodlee-account-id 0}]}' where name = 'Campbell Brewing Co';
|
||||
Reference in New Issue
Block a user