Skip to content

Commit

Permalink
remove name column from users table
Browse files Browse the repository at this point in the history
  • Loading branch information
trca831 committed Dec 5, 2024
1 parent e5ea3dc commit 71b7672
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions db/migrate/20241124035858_remove_name_from_users.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RemoveNameFromUsers < ActiveRecord::Migration[7.2]
def change
remove_column :users, :name, :string
end
end
1 change: 0 additions & 1 deletion db/schema.rb

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

0 comments on commit 71b7672

Please sign in to comment.