Commit 307f8d36 authored by Thomas Huster's avatar Thomas Huster
Browse files

[8733] fixed mime type column name

parent 72c89b0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ public class Brief extends AbstractEntityWithId implements EntityWithId, EntityW
	@Column(length = 30)
	protected String typ;

	@Column(length = 80)
	@Column(length = 80, name = "MimeType")
	protected String mimetype;

	@OneToOne(cascade = CascadeType.ALL)