[21.02.20] Illegal table duped name

This commit is contained in:
andyjk15 2020-02-21 20:26:08 +00:00
parent dc7bb432d6
commit 1e275eb1e2
2 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,7 @@
package cryptosky.me.graphql.pricing.models.entities;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import javax.persistence.Entity;
import javax.persistence.Table;

View File

@ -11,7 +11,6 @@ import javax.persistence.*;
@NoArgsConstructor
@Data
@Builder
@Table(name = "tweet_data")
@Entity
public class TweetModel {