Skip to content

Commit

Permalink
Fix error in migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolnesss committed Aug 8, 2017
1 parent c275254 commit 708d70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/001_create_users.rb
@@ -1,4 +1,4 @@
class CreateUsers < ActiveRecord::Migration
class CreateUsers < ActiveRecord::Migration[5.1]
def change
create_table :users, force: true do |t|
t.integer :uid
Expand Down

0 comments on commit 708d70a

Please sign in to comment.