mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
Fix gem load order for all importers
https://meta.discourse.org/t/migrating-from-mybb/25563/8
This commit is contained in:
parent
3d2d224312
commit
a412e9bede
8 changed files with 8 additions and 13 deletions
|
@ -1,8 +1,7 @@
|
|||
require "mysql2"
|
||||
require File.expand_path(File.dirname(__FILE__) + "/base.rb")
|
||||
require File.expand_path(File.dirname(__FILE__) + "/drupal.rb")
|
||||
|
||||
require "mysql2"
|
||||
|
||||
class ImportScripts::DrupalQA < ImportScripts::Drupal
|
||||
|
||||
def categories_query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue