Skip to content

Commit f026b8f

Browse files
committed
๐Ÿงผ clean: migration ์ฝ”๋“œ ๋‚ด name ์†์„ฑ ์‚ญ์ œ
1 parent 136a2df commit f026b8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

โ€Žserver/src/common/database/migration/1754027996037-AlterFeedCommentCountColumn.tsโ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { MigrationInterface, QueryRunner } from 'typeorm';
33
export class AlterFeedCommentCountColumn1754027996037
44
implements MigrationInterface
55
{
6-
name = 'AlterFeedCommentCountColumn1754027996037';
7-
86
public async up(queryRunner: QueryRunner): Promise<void> {
97
await queryRunner.query(`ALTER TABLE \`feed\`
108
ADD \`comment_count\` int NOT NULL DEFAULT '0'`);

0 commit comments

Comments
ย (0)