Skip to content

Commit 8f4fe1c

Browse files
committed
[db] Bump migration timestamp
1 parent ef7cdd5 commit 8f4fe1c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
/**
2-
* Copyright (c) 2021 Gitpod GmbH. All rights reserved.
3-
* Licensed under the GNU Affero General Public License (AGPL).
4-
* See License-AGPL.txt in the project root for license information.
5-
*/
6-
71
import {MigrationInterface, QueryRunner} from "typeorm";
82
import { columnExists, indexExists } from "./helper/helper";
93

104
const TABLE_NAME = "d_b_snapshot";
115
const INDEX_NAME = "ind_state";
126

13-
export class SnapshotState1634742450609 implements MigrationInterface {
7+
export class SnapshotState1635953505010 implements MigrationInterface {
148

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

0 commit comments

Comments
 (0)