Files
integreat/migrator/migrations/1531464885-UP-add-campbell-bank-account.sql

3 lines
303 B
SQL

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