Skip to content

Commit

Permalink
refactor/gap-len-migration-rename: Renamed class for gap len migration
Browse files Browse the repository at this point in the history
  • Loading branch information
BEDev24 committed Sep 13, 2024
1 parent e06ccce commit 2a4f6fe
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { MigrationInterface, QueryRunner } from 'typeorm';
import { MigrationInterface, QueryRunner } from "typeorm";

export class Migrations1726048356332 implements MigrationInterface {
export class GovTitleAbstractLenRemoval1726048356332
implements MigrationInterface
{
public async up(queryRunner: QueryRunner): Promise<void> {
await queryRunner.query(
`begin;
Expand Down

0 comments on commit 2a4f6fe

Please sign in to comment.