Sha256: 7f64f53f2a3bceb93c2ef77b4fc01baa4942c8df8bcc6f2d00c80309082947df
Contents?: true
Size: 295 Bytes
Versions: 16
Compression:
Stored size: 295 Bytes
Contents
class AddRakismetFieldsToBlogs < ActiveRecord::Migration def up change_table :almanac_blogs do |t| t.string :rakismet_key t.string :rakismet_url end end def down remove_column :almanac_blogs, :rakismet_key remove_column :almanac_blogs, :rakismet_url end end
Version data entries
16 entries across 16 versions & 1 rubygems