Sha256: 25627a0ba575f62d2a08343502782b434e7a8635bc84b2e6b23234474d8b8197

Contents?: true

Size: 229 Bytes

Versions: 27

Compression:

Stored size: 229 Bytes

Contents

class CreateErrors < ActiveRecord::Migration
  def change
    create_table :errors do |t|
      t.integer :project_id
      t.string :category
      t.string :message
      t.text :backtrace

      t.timestamps
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
houston-core-0.9.2 db/migrate/20130312224911_create_errors.rb
houston-core-0.9.1 db/migrate/20130312224911_create_errors.rb
houston-core-0.9.0 db/migrate/20130312224911_create_errors.rb
houston-core-0.9.0.rc1 db/migrate/20130312224911_create_errors.rb
houston-core-0.8.4 db/migrate/20130312224911_create_errors.rb
houston-core-0.8.3 db/migrate/20130312224911_create_errors.rb
houston-core-0.8.2 db/migrate/20130312224911_create_errors.rb
houston-core-0.8.1 db/migrate/20130312224911_create_errors.rb
houston-core-0.8.0 db/migrate/20130312224911_create_errors.rb
houston-core-0.8.0.pre2 db/migrate/20130312224911_create_errors.rb
houston-core-0.8.0.pre db/migrate/20130312224911_create_errors.rb
houston-core-0.7.0 db/migrate/20130312224911_create_errors.rb
houston-core-0.7.0.beta4 db/migrate/20130312224911_create_errors.rb
houston-core-0.7.0.beta3 db/migrate/20130312224911_create_errors.rb
houston-core-0.7.0.beta2 db/migrate/20130312224911_create_errors.rb
houston-core-0.7.0.beta db/migrate/20130312224911_create_errors.rb
houston-core-0.6.3 db/migrate/20130312224911_create_errors.rb
houston-core-0.6.2 db/migrate/20130312224911_create_errors.rb
houston-core-0.6.1 db/migrate/20130312224911_create_errors.rb
houston-core-0.6.0 db/migrate/20130312224911_create_errors.rb