Files
nairobi/db/migrate/20161213144031_add_body_html_to_draft_versions.rb

6 lines
144 B
Ruby

class AddBodyHtmlToDraftVersions < ActiveRecord::Migration
def change
add_column :legislation_draft_versions, :body_html, :text
end
end