Skip to content

Commit 313ff82

Browse files
Merge pull request #28 from GabrielTorelo/fix/gameClass
fix/gameClass#001 - OK
2 parents 71c1847 + 73f1561 commit 313ff82

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/gabriel_torelo/game_list/entities

1 file changed

+1
-1
lines changed

src/main/java/com/gabriel_torelo/game_list/entities/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class Game {
2424
private String imgUrl;
2525
private String shortDescription;
2626

27-
@Column(columnDefinition = "LONGTEXT")
27+
@Column(columnDefinition = "TEXT")
2828
private String longDescription;
2929

3030
public Game() {

0 commit comments

Comments
 (0)