mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Add new, experimental version of mbox importer
This commit is contained in:
parent
781f364d86
commit
8299e7e8c3
8 changed files with 710 additions and 5 deletions
1
Gemfile
1
Gemfile
|
@ -190,4 +190,5 @@ gem 'sassc', require: false
|
|||
if ENV["IMPORT"] == "1"
|
||||
gem 'mysql2'
|
||||
gem 'redcarpet'
|
||||
gem 'sqlite3', '~> 1.3.13'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue