mirror of https://github.com/halo-dev/halo
Fixed SheetMeta.
parent
f4dd27f9f4
commit
efa34e86be
|
@ -11,6 +11,6 @@ import javax.persistence.Entity;
|
|||
* @date 2019-08-04
|
||||
*/
|
||||
@Entity(name = "SheetMeta")
|
||||
@DiscriminatorValue("0")
|
||||
@DiscriminatorValue("1")
|
||||
public class SheetMeta extends BaseMeta {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue