Skip to content

Commit 3ea0bd9

Browse files
Merge pull request nestjs#369 from amitport/patch-1
remove old autoSchemaSync
2 parents b6cba37 + ee05a31 commit 3ea0bd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/05-sql-typeorm/ormconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"password": "root",
77
"database": "test",
88
"entities": ["src/**/**.entity{.ts,.js}"],
9-
"autoSchemaSync": true
10-
}
9+
"synchronize": true
10+
}

0 commit comments

Comments
 (0)