[21.02.20] Illegal table duped name

This commit is contained in:
andyjk15 2020-02-21 20:13:05 +00:00
parent 1f79900202
commit dc7bb432d6

View File

@ -9,7 +9,7 @@ import javax.persistence.Table;
@EqualsAndHashCode(callSuper = true)
@Data
@Entity
@Table(name = "btc_price")
@Table(name = "btc_tweet")
public class BtcTweetModel extends TweetModel {
}