Files
grecia/db/migrate/20161229213217_add_toc_html_to_draft_versions.rb
2017-01-02 18:05:15 +01:00

6 lines
142 B
Ruby

class AddTocHtmlToDraftVersions < ActiveRecord::Migration
def change
add_column :legislation_draft_versions, :toc_html, :text
end
end