Skip to content

Commit f6cff68

Browse files
committed
Remove default native option
Remove native option because this is the default for sequelize according to https://sequelize.org/master/class/lib/sequelize.js~Sequelize.html#instance-constructor-constructor
1 parent 4df1b91 commit f6cff68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const sequelize = new Sequelize({
1010
username,
1111
password,
1212
host: process.env.HOST,
13-
native: false,
1413
dialect: 'postgres',
1514
logging: false,
1615
dialectModule: require('pg'),

0 commit comments

Comments
 (0)