increase character limits and share between text and CW
This commit is contained in:
parent
ac1e5a0fb5
commit
063b2ff266
7 changed files with 28 additions and 8 deletions
|
|
@ -66,8 +66,8 @@ export class MiNote {
|
|||
})
|
||||
public name: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 512, nullable: true,
|
||||
@Column('text', {
|
||||
nullable: true,
|
||||
})
|
||||
public cw: string | null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue