Skip to content

Commit

Permalink
Rails release for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
iarie committed Jun 17, 2017
1 parent 42506e5 commit fabd1b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CreateCountries < ActiveRecord::Migration
class CreateCountries < ActiveRecord::Migration[4.2]
def change
create_table :countries do |t|
t.string :code, null: false, index: { unique: true }
Expand Down

0 comments on commit fabd1b2

Please sign in to comment.