now bank accounts exist.

This commit is contained in:
Bryce Covert
2018-05-14 09:48:44 -07:00
parent bbd9f00f30
commit 70766c6d4b
6 changed files with 34 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
-- 1526315524 DOWN add-bank-accounts
update companies set data = '';

View File

@@ -0,0 +1,2 @@
-- 1526315524 UP add-bank-accounts
update companies set data = '{:bank-accounts [{:number "123456789" :id 1 :check-number 6789} {:number "987654321" :id 2 :check-number 1234}]}';