refactor(UserJpa): cambio nombre tabla al inglés

parent 55c42676
...@@ -5,7 +5,7 @@ import lombok.Getter; ...@@ -5,7 +5,7 @@ import lombok.Getter;
import lombok.Setter; import lombok.Setter;
@Entity @Entity
@Table(name = "usuarios") @Table(name = "users")
@Getter @Getter
@Setter @Setter
public class UserJpa { public class UserJpa {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment