Skip to content

Commit

Permalink
update: migration file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjyhy committed Oct 18, 2024
1 parent e6e5edd commit 222c5ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TableColumn } from 'typeorm';
import type { MigrationInterface, QueryRunner } from 'typeorm';

export class AddCreatedAtColumnToStudentAndUserEntities implements MigrationInterface {
export class AddCreatedAtColumnToStudentAndUserEntities1729060730152 implements MigrationInterface {
public async up(queryRunner: QueryRunner): Promise<void> {
await queryRunner.addColumn(
'student',
Expand Down

0 comments on commit 222c5ca

Please sign in to comment.