Sha256: 15fbf003d11f054ef32e4c3438821541d175525208e6fd846bacbcb1db32dc01

Contents?: true

Size: 191 Bytes

Versions: 28

Compression:

Stored size: 191 Bytes

Contents

class AddHealthFieldsToProjects < ActiveRecord::Migration
  def change
    add_column :projects, :assign_health_query, :string
    add_column :projects, :new_tickets_query, :string
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
houston-core-0.5.6 db/migrate/20120525013703_add_health_fields_to_projects.rb
houston-core-0.5.5 db/migrate/20120525013703_add_health_fields_to_projects.rb
houston-core-0.5.4 db/migrate/20120525013703_add_health_fields_to_projects.rb
houston-core-0.5.3 db/migrate/20120525013703_add_health_fields_to_projects.rb
houston-core-0.5.2 db/migrate/20120525013703_add_health_fields_to_projects.rb
houston-core-0.5.1 db/migrate/20120525013703_add_health_fields_to_projects.rb
houston-core-0.5.0 db/migrate/20120525013703_add_health_fields_to_projects.rb
houston-core-0.5.0.beta1 db/migrate/20120525013703_add_health_fields_to_projects.rb