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.5.6 db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb
houston-core-0.5.5 db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb
houston-core-0.5.4 db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb
houston-core-0.5.3 db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb
houston-core-0.5.2 db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb
houston-core-0.5.1 db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb
houston-core-0.5.0 db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb
houston-core-0.5.0.beta1 db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb