Skip to content

Commit 61ea972

Browse files
geroplroboquat
authored andcommitted
[db] Bump migration timestamp
1 parent 9575deb commit 61ea972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gitpod-db/src/typeorm/migration/1634742450609-SnapshotState.ts renamed to components/gitpod-db/src/typeorm/migration/1635953505010-SnapshotState.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { columnExists, indexExists } from "./helper/helper";
1010
const TABLE_NAME = "d_b_snapshot";
1111
const INDEX_NAME = "ind_state";
1212

13-
export class SnapshotState1634742450609 implements MigrationInterface {
13+
export class SnapshotState1635953505010 implements MigrationInterface {
1414

1515
public async up(queryRunner: QueryRunner): Promise<any> {
1616
if (!(await columnExists(queryRunner, TABLE_NAME, "availableTime"))) {

0 commit comments

Comments
 (0)