This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # migration script from IPB4 to Discourse | |
| require "mysql2" | |
| require File.expand_path(File.dirname(__FILE__) + "/base.rb") | |
| require 'htmlentities' | |
| class ImportScripts::Ipb4 < ImportScripts::Base | |
| IPB_DB_USER = "user" | |
| IPB_DB_PASSWORD = "password" | |
| IPB_4_DB = "mmo_forum" |