Sha256: d53effa72b93ac3cd5d7dd38163b59231db2ad4e472f96aaa10deb54615b0588

Contents?: true

Size: 171 Bytes

Versions: 4

Compression:

Stored size: 171 Bytes

Contents

class AddHtmlClassToSection < ActiveRecord::Migration
  def change
    add_column :citizen_budget_model_sections, :html_class, :string, null: false, default: ''
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
citizen_budget_model-0.0.4 db/migrate/20140822212953_add_html_class_to_section.rb
citizen_budget_model-0.0.3 db/migrate/20140822212953_add_html_class_to_section.rb
citizen_budget_model-0.0.2 db/migrate/20140822212953_add_html_class_to_section.rb
citizen_budget_model-0.0.1 db/migrate/20140822212953_add_html_class_to_section.rb