Sha256: 0cc7270ac1ab3b95e06086d3760572ba26290df0f0dfbffebf7d24c1bc1cb6c0
Contents?: true
Size: 412 Bytes
Versions: 41
Compression:
Stored size: 412 Bytes
Contents
class AddAppstatsResultsDbConnection < ActiveRecord::Migration def self.up add_column :appstats_results, :db_username, :string add_column :appstats_results, :db_name, :string add_column :appstats_results, :db_host, :string end def self.down remove_column :appstats_results, :db_username remove_column :appstats_results, :db_name remove_column :appstats_results, :db_host end end
Version data entries
41 entries across 41 versions & 1 rubygems