Project

General

Profile

« Previous | Next » 

Revision 25a78f53

Added by murmur about 6 years ago

  • ID 25a78f53c843cdfa1cf773466828038e1629c27f
  • Parent 5cdedae3

Update Fix Rails versioned migrations for Rails 5

View differences:

db/migrate/20140414095631_create_abrt_reports.rb
class CreateAbrtReports < ActiveRecord::Migration
class CreateAbrtReports < ActiveRecord::Migration[4.2]
def change
create_table :abrt_reports do |t|
t.references :host, :null => false

Also available in: Unified diff