2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

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