module Rails::Generators::Database

def initialize(*)

def initialize(*)
  super
  convert_database_option_for_jruby
end