Sha256: aa189db6a8d29deede68229417cea5a5e83aeda2b5dfd4688f732f35ccedeca1

Contents?: true

Size: 301 Bytes

Versions: 5

Compression:

Stored size: 301 Bytes

Contents

class ModifyProjectForNewGitIntegration < ActiveRecord::Migration
  def up
    rename_column :projects, :git_repo, :git_repo_name
    add_column :projects, :git_repo_url, :string
    add_column :projects, :release_notes, :text
    add_column :projects, :xrono_notes, :text
  end

  def down
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 db/migrate/20120124184915_modify_project_for_new_git_integration.rb
xrono-1.0.3 db/migrate/20120124184915_modify_project_for_new_git_integration.rb
xrono-1.0.2 db/migrate/20120124184915_modify_project_for_new_git_integration.rb
xrono-1.0.1 db/migrate/20120124184915_modify_project_for_new_git_integration.rb
xrono-1.0.0 db/migrate/20120124184915_modify_project_for_new_git_integration.rb