Skip to content

Commit

Permalink
Fix timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
laushinka authored and roboquat committed Sep 21, 2021
1 parent 9ab7419 commit 1a91123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<any> {
if (await columnExists(queryRunner, "d_b_user", "additionalData")) {
Expand Down

0 comments on commit 1a91123

Please sign in to comment.