Sha256: 75e7b1368edaa48ddbac1230144cf270d2f15cd1fecf63916c63028a768e86f7

Contents?: true

Size: 173 Bytes

Versions: 4

Compression:

Stored size: 173 Bytes

Contents

class AddHtmlClassToQuestion < ActiveRecord::Migration
  def change
    add_column :citizen_budget_model_questions, :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/20140822213003_add_html_class_to_question.rb
citizen_budget_model-0.0.3 db/migrate/20140822213003_add_html_class_to_question.rb
citizen_budget_model-0.0.2 db/migrate/20140822213003_add_html_class_to_question.rb
citizen_budget_model-0.0.1 db/migrate/20140822213003_add_html_class_to_question.rb