Skip to content

Commit

Permalink
remove old autoSchemaSync
Browse files Browse the repository at this point in the history
  • Loading branch information
amitport authored Jan 21, 2018
1 parent b6cba37 commit ee05a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/05-sql-typeorm/ormconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"password": "root",
"database": "test",
"entities": ["src/**/**.entity{.ts,.js}"],
"autoSchemaSync": true
}
"synchronize": true
}

0 comments on commit ee05a31

Please sign in to comment.