make meta.defaultLike non-nullable
This commit is contained in:
parent
418aea1eef
commit
c510cfa312
3 changed files with 18 additions and 18 deletions
|
|
@ -695,9 +695,9 @@ export class MiMeta {
|
|||
|
||||
@Column('varchar', {
|
||||
length: 500,
|
||||
nullable: true,
|
||||
default: '❤️',
|
||||
})
|
||||
public defaultLike: string | null;
|
||||
public defaultLike: string;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 256, array: true, default: '{}',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue