Sha256: ee797eb6a095e3311889f785c2e277d3c4a45ddf8dd8279ce2ffa94d50fec891

Contents?: true

Size: 239 Bytes

Versions: 10

Compression:

Stored size: 239 Bytes

Contents

class DropCodeClimateRepoToken < ActiveRecord::Migration[5.0]
  def up
    remove_column :projects, :code_climate_repo_token
  end

  def down
    add_column :projects, :code_climate_repo_token, :string, null: false, default: ""
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
houston-core-0.9.2 db/migrate/20161102012059_drop_code_climate_repo_token.rb
houston-core-0.9.1 db/migrate/20161102012059_drop_code_climate_repo_token.rb
houston-core-0.9.0 db/migrate/20161102012059_drop_code_climate_repo_token.rb
houston-core-0.9.0.rc1 db/migrate/20161102012059_drop_code_climate_repo_token.rb
houston-core-0.8.4 db/migrate/20161102012059_drop_code_climate_repo_token.rb
houston-core-0.8.3 db/migrate/20161102012059_drop_code_climate_repo_token.rb
houston-core-0.8.2 db/migrate/20161102012059_drop_code_climate_repo_token.rb
houston-core-0.8.1 db/migrate/20161102012059_drop_code_climate_repo_token.rb
houston-core-0.8.0 db/migrate/20161102012059_drop_code_climate_repo_token.rb
houston-core-0.8.0.pre2 db/migrate/20161102012059_drop_code_climate_repo_token.rb