Skip to content
Snippets Groups Projects
Commit f3eed9fe authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

abstract varchar -> text

parent 8dd2a0b3
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ public class Article {
private String status = null;
@Column(columnDefinition = "text")
private String _abstract = null;
@Column(columnDefinition = "text")
......
db @ 6b833cfe
Subproject commit 739945912e9eb01419a90ec92d2e76221f7f9da3
Subproject commit 6b833cfe795c98e6a6bcdcc17002b706d3f6d2ce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment