Sha256: 8cafd4cb11485226ed88f31f2d3251c979dba8eeb185f8a4e35f607935d0af81

Contents?: true

Size: 244 Bytes

Versions: 31

Compression:

Stored size: 244 Bytes

Contents

class CreateSmithyTemplates < ActiveRecord::Migration
  def change
    create_table :smithy_templates do |t|
      t.string :name
      t.string :template_type, :default => "template"
      t.text :content

      t.timestamps
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

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