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