mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:29:30 +08:00
Fix broken mysql2 load order in mybb import script
This commit is contained in:
parent
399418e1ff
commit
b8d855227d
|
@ -1,7 +1,7 @@
|
|||
require File.expand_path(File.dirname(__FILE__) + "/base.rb")
|
||||
|
||||
require "mysql2"
|
||||
|
||||
require File.expand_path(File.dirname(__FILE__) + "/base.rb")
|
||||
|
||||
# Call it like this:
|
||||
# RAILS_ENV=production bundle exec ruby script/import_scripts/mybb.rb
|
||||
class ImportScripts::MyBB < ImportScripts::Base
|
||||
|
|
Loading…
Reference in New Issue
Block a user