Sha256: 2c72205c044d400ad341ae3cc1350a10a99e5a2b5badc53ef01890ea4add3700

Contents?: true

Size: 115 Bytes

Versions: 10

Compression:

Stored size: 115 Bytes

Contents

class AddTypeToErrors < ActiveRecord::Migration[5.0]
  def change
    add_column :errors, :type, :string
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
houston-core-0.9.2 db/migrate/20160916191300_add_type_to_errors.rb
houston-core-0.9.1 db/migrate/20160916191300_add_type_to_errors.rb
houston-core-0.9.0 db/migrate/20160916191300_add_type_to_errors.rb
houston-core-0.9.0.rc1 db/migrate/20160916191300_add_type_to_errors.rb
houston-core-0.8.4 db/migrate/20160916191300_add_type_to_errors.rb
houston-core-0.8.3 db/migrate/20160916191300_add_type_to_errors.rb
houston-core-0.8.2 db/migrate/20160916191300_add_type_to_errors.rb
houston-core-0.8.1 db/migrate/20160916191300_add_type_to_errors.rb
houston-core-0.8.0 db/migrate/20160916191300_add_type_to_errors.rb
houston-core-0.8.0.pre2 db/migrate/20160916191300_add_type_to_errors.rb