FEATURE: Zendesk importer that uses its API to get data

This commit is contained in:
Neil Lalonde
2018-08-28 10:21:39 -04:00
parent 83bf641292
commit 15f657309a
3 changed files with 311 additions and 1 deletions

View File

@ -125,6 +125,10 @@ module ImportScripts
@db.execute(sql)
end
def get_first_value(sql)
@db.get_first_value(sql)
end
private
def configure_database