Skip to content

Commit

Permalink
[#7] removes password_digest column from users table.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabionl committed Oct 31, 2021
1 parent dd839ce commit 1907536
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RemovePasswordDiggestFromUsers < ActiveRecord::Migration[6.1]
def change
remove_column :users, :password_digest
end
end
3 changes: 1 addition & 2 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1907536

Please sign in to comment.