Skip to content

Commit e334085

Browse files
committed
fix: change typeScript type to text from varchar
1 parent abf8ae9 commit e334085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/neuron-wallet/src/database/chain/migrations/1567144517514-AddTypeAndHasData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export class AddTypeAndHasData1567144517514 implements MigrationInterface {
55
public async up(queryRunner: QueryRunner): Promise<any> {
66
await queryRunner.addColumn('output', new TableColumn({
77
name: 'typeScript',
8-
type: 'varchar',
8+
type: 'text',
99
isNullable: true,
1010
}))
1111

0 commit comments

Comments
 (0)