Files
nairobi/db/migrate/20170210083026_add_context_for_legislation_annotations.rb
Amaia Castro b298fb7316 Show annotation context in annotation page
Only works with quotes within the same html node for now
2017-02-10 15:35:42 +01:00

6 lines
148 B
Ruby

class AddContextForLegislationAnnotations < ActiveRecord::Migration
def change
add_column :legislation_annotations, :context, :text
end
end