supports new check layout, added bank account for campbell

This commit is contained in:
BC
2018-07-13 00:24:11 -07:00
parent 77eade2f15
commit 14d95dab8d
4 changed files with 16 additions and 5 deletions

View File

@@ -1 +1,2 @@
-- 1531452173 DOWN change-yodlee-transaction-id
-- 1531452173 DOWN change-yodlee-transaction-id
alter table transactions alter column id type int;

View File

@@ -0,0 +1 @@
-- 1531464885 DOWN add-campbell-bank-account

View File

@@ -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';