Skip to content

Commit

Permalink
fix breaking migration change
Browse files Browse the repository at this point in the history
  • Loading branch information
the1banana committed Jul 24, 2023
1 parent 23bb9ce commit ac7cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20180327035035_add_reset_to_users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Adds reset_digest and reset_sent_at columns to users
class AddResetToUsers < ActiveRecord::Migration[5.0]
def change
change_table :users, { bulk: true } do |t|
change_table :users do |t|
t.string :reset_digest
t.datetime :reset_sent_at
end
Expand Down

0 comments on commit ac7cbbd

Please sign in to comment.