Skip to content

Commit fa8c626

Browse files
committed
Fix db-migrations
1 parent 903c854 commit fa8c626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gitpod-db/src/typeorm/migration/1623220362199-UpdateExamples.ts renamed to components/gitpod-db/src/typeorm/migration/1623652164640-UpdateExamples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import {MigrationInterface, QueryRunner} from "typeorm";
88

9-
export class UpdateExamples1623220362199 implements MigrationInterface {
9+
export class UpdateExamples1623652164640 implements MigrationInterface {
1010

1111
public async up(queryRunner: QueryRunner): Promise<any> {
1212
let priority = 90;

0 commit comments

Comments
 (0)