Sha256: ab3c4d466df5f46bf26d8ca3f502f7b62b7e316e5bdf2f810e7752a28c607fc2

Contents?: true

Size: 267 Bytes

Versions: 16

Compression:

Stored size: 267 Bytes

Contents

class CreateErrors2 < ActiveRecord::Migration
  def change
    create_table :errors do |t|
      t.string :sha, null: false
      t.text :message, null: false
      t.text :backtrace, null: false
      t.timestamps

      t.index :sha, unique: true
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
houston-core-0.9.2 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.9.1 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.9.0 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.9.0.rc1 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.8.4 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.8.3 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.8.2 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.8.1 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.8.0 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.8.0.pre2 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.8.0.pre db/migrate/20160507135846_create_errors_2.rb
houston-core-0.7.0 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.7.0.beta4 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.7.0.beta3 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.7.0.beta2 db/migrate/20160507135846_create_errors_2.rb
houston-core-0.7.0.beta db/migrate/20160507135846_create_errors_2.rb