Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
added display_name to customers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Handy committed Jul 2, 2017
1 parent 9441787 commit a3a695f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/base/quickbooks_customers.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
select
id::int,
companyname as company_name,
displayname as display_name,
active,
balance,
metadata__createtime as created_at,
Expand Down

0 comments on commit a3a695f

Please sign in to comment.