Move sessions into their own view for easier management
This commit is contained in:
5
db/migrate/20251104022439_add_name_to_users.rb
Normal file
5
db/migrate/20251104022439_add_name_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddNameToUsers < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :users, :name, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user