Skip to content

Commit 9554cb3

Browse files
committed
formatting fix
1 parent c35da6a commit 9554cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migration/1743779759924-IncreaseRawCredentialColumnSize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export class IncreaseRawCredentialColumnSize1743779759924 implements MigrationIn
44
name = 'IncreaseRawCredentialColumnSize1743779759924'
55

66
public async up(queryRunner: QueryRunner): Promise<void> {
7-
await queryRunner.query(`
7+
await queryRunner.query(`
88
ALTER TABLE verifiable_credential
99
MODIFY COLUMN credential MEDIUMBLOB;
1010
`);

0 commit comments

Comments
 (0)