Skip to content

Commit

Permalink
rebase and fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioRosV committed Oct 3, 2024
1 parent cf3d9dc commit 02ada92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions db/migrate/20241002035856_create_users.rb

This file was deleted.

1 change: 1 addition & 0 deletions db/migrate/20241003041050_create_users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def change
t.string :email
t.string :first_name
t.string :last_name
t.references :role, null: false, foreign_key: true

t.timestamps
end
Expand Down

0 comments on commit 02ada92

Please sign in to comment.