forRoles IS NOT NULL, coalesce to empty=unrestricted
This commit is contained in:
parent
f3b5c3f447
commit
b61c1d5b27
9 changed files with 16 additions and 16 deletions
|
|
@ -69,9 +69,9 @@ export class MiAnnouncement {
|
|||
|
||||
@Column('text', {
|
||||
array: true,
|
||||
default: null, nullable: true,
|
||||
default: '{}', nullable: false,
|
||||
})
|
||||
public forRoles: MiRole['id'][] | null;
|
||||
public forRoles: MiRole['id'][];
|
||||
|
||||
@Index()
|
||||
@Column('boolean', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue