Skip to content

Commit

Permalink
Merge 9271dc5 into 7c75bab
Browse files Browse the repository at this point in the history
  • Loading branch information
xofred committed Sep 2, 2019
2 parents 7c75bab + 9271dc5 commit c15fb80
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ def change

create_table :merit_score_points do |t|
t.references :score
t.integer :num_points, default: 0
t.bigint :num_points, default: 0
t.string :log
t.datetime :created_at
end
Expand Down

0 comments on commit c15fb80

Please sign in to comment.