Sha256: f65e202655c92c279860c78de55744bcefc1e54a880da4e699e876baecc9cdf0

Contents?: true

Size: 163 Bytes

Versions: 3

Compression:

Stored size: 163 Bytes

Contents

class AddDisplaySignatureToPosts < ActiveRecord::Migration
  def change
    change_table :formol_posts do |t|
      t.boolean :display_signature
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formol-0.0.6 db/migrate/20120109223624_add_display_signature_to_posts.rb
formol-0.0.5 db/migrate/20120109223624_add_display_signature_to_posts.rb
formol-0.0.4 db/migrate/20120109223624_add_display_signature_to_posts.rb