fix(BE): Set serverRules to ext
This commit is contained in:
parent
0f6413d4b9
commit
6e46de3438
2 changed files with 15 additions and 2 deletions
|
|
@ -633,8 +633,7 @@ export class MiMeta {
|
|||
})
|
||||
public policies: Record<string, any>;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 280,
|
||||
@Column('text', {
|
||||
array: true,
|
||||
default: '{}',
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue