Skip to content

Commit

Permalink
[gitpod-db] Fix migration timestamp for IdentityTokensToEmails
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusludmann authored and AlexTugarev committed Jul 8, 2021
1 parent 1e78c6c commit 14c36e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import { MigrationInterface, QueryRunner } from "typeorm";

export class IdentityTokensToEmails1624290876856 implements MigrationInterface {
export class IdentityTokensToEmails1625759714856 implements MigrationInterface {

public async up(queryRunner: QueryRunner): Promise<any> {
await queryRunner.renameColumn("d_b_identity", "tokens", "additionalEmails");
Expand Down

0 comments on commit 14c36e6

Please sign in to comment.