mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FEATURE: Zendesk importer that uses its API to get data
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user