Sha256: 3d7e7766d04ea35f5f4b7a54436840143a71c32e7c074fd0798543f743bcc446

Contents?: true

Size: 204 Bytes

Versions: 3

Compression:

Stored size: 204 Bytes

Contents

class CreateExistingModels < ActiveRecord::Migration
  def change
    create_table :mcms_existing_models do |t|
      t.string :plugin_name
      t.string :model_name
      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mcms_authentication-1.0.0 db/migrate/20120625114340_create_existing_models.rb
mcms_authentication-0.0.3 db/migrate/20120625114340_create_existing_models.rb
mcms_authentication-0.0.2 db/migrate/20120625114340_create_existing_models.rb