Skip to content

Commit 7905c43

Browse files
committed
convert identation to tabs
1 parent 9554cb3 commit 7905c43

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/migration/1743779759924-IncreaseRawCredentialColumnSize.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ export class IncreaseRawCredentialColumnSize1743779759924 implements MigrationIn
55

66
public async up(queryRunner: QueryRunner): Promise<void> {
77
await queryRunner.query(`
8-
ALTER TABLE verifiable_credential
9-
MODIFY COLUMN credential MEDIUMBLOB;
10-
`);
8+
ALTER TABLE verifiable_credential
9+
MODIFY COLUMN credential MEDIUMBLOB;
10+
`);
1111
}
1212

1313
public async down(queryRunner: QueryRunner): Promise<void> {
1414
await queryRunner.query(`
15-
ALTER TABLE verifiable_credential
16-
MODIFY COLUMN credential BLOB;
17-
`);
15+
ALTER TABLE verifiable_credential
16+
MODIFY COLUMN credential BLOB;
17+
`);
1818
}
1919

2020
}

0 commit comments

Comments
 (0)