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

parent 55c42676
......@@ -5,7 +5,7 @@ import lombok.Getter;
import lombok.Setter;
@Entity
@Table(name = "usuarios")
@Table(name = "users")
@Getter
@Setter
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