|
|
@@ -189,7 +189,7 @@ public class Asset extends CollectionBaseEntity {
|
|
|
private AssetSource source = AssetSource.OFFICIAL;
|
|
|
|
|
|
// @Transient
|
|
|
- @Column(columnDefinition = "tinyint unsigned default 0")
|
|
|
+ @Column(columnDefinition = "tinyint unsigned default 1")
|
|
|
private boolean opened = true;
|
|
|
|
|
|
@ManyToMany(fetch = FetchType.LAZY, cascade = {CascadeType.MERGE})
|