Sha256: dc280eac7a94d7c396db84965e19afecbddfcece1cd0c179c77b2c80f92630b8

Contents?: true

Size: 193 Bytes

Versions: 19

Compression:

Stored size: 193 Bytes

Contents

class __migration_name__ < ActiveRecord::Migration
  def self.up
    create_table :__migration_table__ do |t|
      
    end
  end

  def self.down
    drop_table :__migration_table__
  end
end

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
active_wrapper-solo-0.4.9 resources/migration.template
active_wrapper-ar2-0.4.9 resources/migration.template
active_wrapper-0.4.9 resources/migration.template
active_wrapper-0.4.7 resources/migration.template
active_wrapper-solo-0.4.6 resources/migration.template
active_wrapper-ar2-0.4.6 resources/migration.template
active_wrapper-0.4.6 resources/migration.template
active_wrapper-solo-0.4.5 resources/migration.template
active_wrapper-ar2-0.4.5 resources/migration.template
active_wrapper-0.4.5 resources/migration.template
active_wrapper-solo-0.4.4 resources/migration.template
active_wrapper-ar2-0.4.4 resources/migration.template
active_wrapper-0.4.4 resources/migration.template
active_wrapper-solo-0.4.3 resources/migration.template
active_wrapper-ar2-0.4.3 resources/migration.template
active_wrapper-0.4.3 resources/migration.template
active_wrapper-0.4.0 resources/migration.template
active_wrapper-0.3.4 resources/migration.template
active_wrapper-0.3.3 resources/migration.template