Sha256: 3ef014a2cdac63a726aa224e0acbba348fc352fdca496aa087695ad6c5f6fcf7

Contents?: true

Size: 181 Bytes

Versions: 28

Compression:

Stored size: 181 Bytes

Contents

class AddCodeClimateRepoTokenToProjects < ActiveRecord::Migration
  def change
    add_column :projects, :code_climate_repo_token, :string, :null => false, :default => ""
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

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