Sha256: 30bed025a31025daea3ebec5436731eafee6141c4621a0e979624a7e0ac13167

Contents?: true

Size: 323 Bytes

Versions: 48

Compression:

Stored size: 323 Bytes

Contents

class AddAppstatsResultsQueryType < ActiveRecord::Migration
  def self.up
    add_column :appstats_results, :query_type, :string
    add_column :appstats_result_jobs, :query_type, :string
  end

  def self.down
    remove_column :appstats_results, :query_type
    remove_column :appstats_result_jobs, :query_type
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
appstats-0.25.1 db/migrate/20110301212017_add_appstats_results_query_type.rb
appstats-0.25.0 db/migrate/20110301212017_add_appstats_results_query_type.rb
appstats-0.24.0 db/migrate/20110301212017_add_appstats_results_query_type.rb
appstats-0.23.5 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.23.4 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.23.3 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.23.2 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.23.1 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.23.0 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.22.6 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.22.5 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.22.4 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.22.3 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.22.2 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.22.1 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.22.0 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.21.3 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.21.2 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.21.1 db/migrations/20110301212017_add_appstats_results_query_type.rb
appstats-0.20.12 db/migrations/20110301212017_add_appstats_results_query_type.rb