Sha256: 94dda8fba4a9c1d640c3b87f22b19f4b316c2534bd960a248343c79e2e5cedfc

Contents?: true

Size: 305 Bytes

Versions: 18

Compression:

Stored size: 305 Bytes

Contents

# frozen_string_literal: true

superclass = ActiveRecord::VERSION::MAJOR < 5 ?
  ActiveRecord::Migration : ActiveRecord::Migration[4.2]
class CreateDummyTestTableInAnotherDb < superclass
  def change
    create_table "dummy_in_another_db"
  end

  def connection
    ModelInAnotherDb.connection
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
combustion-1.5.0 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.4.0 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.3.7 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.3.6 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.3.5 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.3.4 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.3.3 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.3.2 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.3.1 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.3.0 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.2.0 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.1.2 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.1.1 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.1.0 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-1.0.0 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-0.9.1 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-0.9.0 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb
combustion-0.8.0 spec/dummy/db/migrate/20150717075543_create_dummy_test_table_in_another_db.rb