Increase url column length
This commit is contained in:
parent
5d6e0d0f37
commit
46b78cb4ff
8 changed files with 26 additions and 26 deletions
|
|
@ -53,7 +53,7 @@ export class App {
|
|||
public permission: string[];
|
||||
|
||||
@Column('varchar', {
|
||||
length: 256, nullable: true,
|
||||
length: 512, nullable: true,
|
||||
comment: 'The callbackUrl of the App.'
|
||||
})
|
||||
public callbackUrl: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue