Skip to content

Commit

Permalink
build(#151): drop db
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Dec 3, 2024
1 parent c0cdd5c commit e685792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/src/config/typeorm.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export const typeORMConfig = async (configService: ConfigService): Promise<TypeO
password: configService.get<string>('MYSQL_PASSWORD'),
database: configService.get<string>('MYSQL_DATABASE'),
entities: [User, Lotus, Comment, Tag, History, LotusTag],
dropSchema: true,
synchronize: true //todo: env로 release에서는 false가 되도록 해야함
});

0 comments on commit e685792

Please sign in to comment.