Skip to content

Commit

Permalink
removed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Habiba Zaman committed Apr 16, 2024
1 parent 57d9199 commit 0a7bd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migration/1713283059384-migration.ts
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ export class Migration1713283059384 implements MigrationInterface {
await queryRunner.query(`CREATE TABLE IF NOT EXISTS ${schemaName}."valid_pid" (
id UUID PRIMARY KEY NOT NULL DEFAULT uuid_generate_v4(),
pid INT NOT NULL,
created_at TIMESTAMPTZ NOT NULL DEFAULT now(),
created_at TIMESTAMPTZ NOT NULL DEFAULT now()
);`);
}

0 comments on commit 0a7bd73

Please sign in to comment.