Skip to content

Commit

Permalink
synchronize change
Browse files Browse the repository at this point in the history
  • Loading branch information
akmatchev committed Feb 28, 2024
1 parent d5985ac commit a841120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ormconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
entities: [
'src/models/*.ts',
],
synchronize: true,
synchronize: false,
namingStrategy: new SnakeNamingStrategy(),
migrations: [
'src/migrations/*.ts',
Expand Down

0 comments on commit a841120

Please sign in to comment.