support dynamic updates of forum for bulk update requests

This commit is contained in:
r888888888
2017-04-12 17:09:09 -07:00
parent cbc886e140
commit db4fa8c7da
3 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddTitleToBulkUpdateRequests < ActiveRecord::Migration
def change
add_column :bulk_update_requests, :title, :text
end
end