diaspora/db/migrate/20120322223517_add_template_name_to_posts.rb
2012-03-27 14:52:53 -07:00

5 lines
143 B
Ruby

class AddTemplateNameToPosts < ActiveRecord::Migration
def change # thanks josh susser
add_column :posts, :frame_name, :string
end
end