Sha256: a79838f0a47d04d1aaf7941f41d24a65774630820aa56284651498e1f9f1b721

Contents?: true

Size: 272 Bytes

Versions: 31

Compression:

Stored size: 272 Bytes

Contents

class CreateSmithyTemplateContainers < ActiveRecord::Migration
  def change
    create_table :smithy_template_containers do |t|
      t.belongs_to :template
      t.string :name

      t.timestamps
    end
    add_index :smithy_template_containers, :template_id
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
smithycms-0.8.1 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.7.3 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.7.2 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.7.1 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.7.0 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.6.10 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.5.99.3 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.6.9 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.6.7 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.6.6 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.6.5 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.6.4 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.6.3 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.5.99.2 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.5.99.1 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.5.99 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.6.2 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.6.1 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.5.2 db/migrate/20121019145543_create_smithy_template_containers.rb
smithycms-0.6.0 db/migrate/20121019145543_create_smithy_template_containers.rb