forked from FoundKeyGang/FoundKey
increase image description to 2048
This commit is contained in:
parent
6930a7e3e6
commit
21ad9db806
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
export class resizeCommentsDriveFile1663399074403 {
|
||||||
|
constructor() {
|
||||||
|
this.name = 'resizeCommentsDriveFile1663399074403';
|
||||||
|
}
|
||||||
|
|
||||||
|
async up(queryRunner) {
|
||||||
|
await queryRunner.query(`ALTER TABLE "drive_file" ALTER COLUMN "comment" TYPE character varying(2048)`);
|
||||||
|
}
|
||||||
|
|
||||||
|
async down(queryRunner) {
|
||||||
|
await queryRunner.query(`ALTER TABLE "drive_file" ALTER COLUMN "comment" TYPE character varying(512)`);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue