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:
parent
83bf641292
commit
15f657309a
3 changed files with 311 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue