mirror of https://github.com/halo-dev/halo
Change table 'links' column from 'group' to 'team'
parent
f73d6c4342
commit
09a91b2692
|
@ -57,8 +57,8 @@ public class Link extends BaseEntity {
|
||||||
/**
|
/**
|
||||||
* 分组
|
* 分组
|
||||||
*/
|
*/
|
||||||
@Column(name = "group", columnDefinition = "varchar(255) default ''")
|
@Column(name = "team", columnDefinition = "varchar(255) default ''")
|
||||||
private String group;
|
private String team;
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue