Sha256: bc0129ddbde25cae33adc00794d8be5027425353befa5816f181536afc732cec
Contents?: true
Size: 263 Bytes
Versions: 2
Compression:
Stored size: 263 Bytes
Contents
class CreateTags < ActiveRecord::Migration def self.up create_table :tags do |t| t.string :name t.timestamps end ContentType.create!(:name => "Tag", :group_name => "Categorization") end def self.down drop_table :tags end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nate-browsercms-3.0.210 | db/migrate/20081031140511_create_tags.rb |
nate-browsercms-3.0.211 | db/migrate/20081031140511_create_tags.rb |