Sha256: 919ef1384f7d057c9f99a8d531df0a751eec017292c695c7cf043794ecd660dd

Contents?: true

Size: 323 Bytes

Versions: 28

Compression:

Stored size: 323 Bytes

Contents

class AddKanbanFieldsToProjects < ActiveRecord::Migration
  def change
    add_column :projects, :color, :string
    add_column :projects, :kanban_field, :string
    add_column :projects, :development_id, :integer
    add_column :projects, :testing_id, :integer
    add_column :projects, :production_id, :integer
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
houston-core-0.9.2 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.9.1 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.9.0 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.9.0.rc1 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.8.4 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.8.3 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.8.2 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.8.1 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.8.0 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.8.0.pre2 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.8.0.pre db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.7.0 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.7.0.beta4 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.7.0.beta3 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.7.0.beta2 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.7.0.beta db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.6.3 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.6.2 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.6.1 db/migrate/20120408155047_add_kanban_fields_to_projects.rb
houston-core-0.6.0 db/migrate/20120408155047_add_kanban_fields_to_projects.rb