discourse/db/migrate/20140211234523_add_targets_topic_to_post_actions.rb
2014-02-12 12:57:55 -05:00

5 lines
155 B
Ruby

class AddTargetsTopicToPostActions < ActiveRecord::Migration
def change
add_column :post_actions, :targets_topic, :boolean, default: false
end
end