Sha256: 23644cc8830be1c5cc9c189be28cb2620d082eb4a4609fde95843a05abdac2b7

Contents?: true

Size: 240 Bytes

Versions: 74

Compression:

Stored size: 240 Bytes

Contents

class CreateAppstatsHosts < ActiveRecord::Migration
  def self.up
    create_table :appstats_hosts do |t|
      t.string :name
      t.string :status
      t.timestamps
    end
  end

  def self.down
    drop_table :appstats_hosts
  end
end

Version data entries

74 entries across 74 versions & 1 rubygems

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