Sha256: 6693974e3714137f6740e53bcc626745449091d270975ebef1e992e2555512a0
Contents?: true
Size: 188 Bytes
Versions: 4
Compression:
Stored size: 188 Bytes
Contents
class AddTextileToBlogPosts < ActiveRecord::Migration def self.up add_column :blog_posts, :textile, :boolean end def self.down remove_column :blog_posts, :textile end end
Version data entries
4 entries across 3 versions & 1 rubygems