Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update to activerecord5.1
  • Loading branch information
bparees committed Feb 8, 2018
1 parent 30f29cc commit 8cfde19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20141102191902_create_key_pair.rb
@@ -1,4 +1,4 @@
class CreateKeyPair < ActiveRecord::Migration
class CreateKeyPair < ActiveRecord::Migration[5.1]
def up
create_table :key_pairs, :primary_key => :key do |t|
t.string :value
Expand Down

0 comments on commit 8cfde19

Please sign in to comment.