From 1a91123cba66af85b909ae7b0d57b687fa198310 Mon Sep 17 00:00:00 2001 From: "Laurie T. Malau" Date: Tue, 21 Sep 2021 11:47:21 +0000 Subject: [PATCH] Fix timestamp --- ...ns.ts => 1632224603256-ReplaceStringBooleansWithBooleans.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename components/gitpod-db/src/typeorm/migration/{1630333424897-ReplaceStringBooleansWithBooleans.ts => 1632224603256-ReplaceStringBooleansWithBooleans.ts} (94%) diff --git a/components/gitpod-db/src/typeorm/migration/1630333424897-ReplaceStringBooleansWithBooleans.ts b/components/gitpod-db/src/typeorm/migration/1632224603256-ReplaceStringBooleansWithBooleans.ts similarity index 94% rename from components/gitpod-db/src/typeorm/migration/1630333424897-ReplaceStringBooleansWithBooleans.ts rename to components/gitpod-db/src/typeorm/migration/1632224603256-ReplaceStringBooleansWithBooleans.ts index a9c51d2802ff97..03545a3e2b13a2 100644 --- a/components/gitpod-db/src/typeorm/migration/1630333424897-ReplaceStringBooleansWithBooleans.ts +++ b/components/gitpod-db/src/typeorm/migration/1632224603256-ReplaceStringBooleansWithBooleans.ts @@ -7,7 +7,7 @@ import {MigrationInterface, QueryRunner} from "typeorm"; import { columnExists } from "./helper/helper"; -export class ReplaceStringBooleansWithBooleans1630333424897 implements MigrationInterface { +export class ReplaceStringBooleansWithBooleans1632224603256 implements MigrationInterface { public async up(queryRunner: QueryRunner): Promise { if (await columnExists(queryRunner, "d_b_user", "additionalData")) {