mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-12 02:24:01 +02:00
Increase url column length
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user