Skip to content

Commit 5276357

Browse files
committed
Changing synchronize
1 parent 45f9cbf commit 5276357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/DB.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default async function resellConnection(): Promise<Connection> {
99
logging: true,
1010
password: process.env.DB_PASSWORD,
1111
port: +(process.env.DB_PORT || 5432),
12-
synchronize: true,
12+
synchronize: false,
1313
type: "postgres",
1414
username: process.env.DB_USERNAME || "postgres",
1515
extra: {

0 commit comments

Comments
 (0)