class AddCompletionEventsToContextModules < ActiveRecord::Migration
tag :predeploy
def self.up
add_column :context_modules, :completion_events, :text
end
def self.down
add_column :context_modules, :completion_events