Skip to content

Commit 21a972c

Browse files
committed
try to ping pg to 8.0.3
1 parent 779cc68 commit 21a972c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ sendTo('sql.0', 'getEnabledDPs', {}, function (result) {
405405
## Changelog
406406

407407
### __WORK IN PROGRESS__
408+
*BREAKING* This version only accepts Node.js 10.x+ (because sqlite3 was upgraded)
408409
* (Apollon77) Prevent crash case (Sentry IOBROKER-SQL-16, IOBROKER-SQL-15, IOBROKER-SQL-1K)
409410

410411
### 1.14.2 (2020-06-23)

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@
1212
"type": "git",
1313
"url": "https://github.com/ioBroker/ioBroker.sql"
1414
},
15+
"engines": {
16+
"node": ">=10.0.0"
17+
},
1518
"keywords": [
1619
"ioBroker",
1720
"log data",
1821
"home automation"
1922
],
2023
"optionalDependencies": {
2124
"mysql": "^2.18.1",
22-
"pg": "^8.0.3",
23-
"sqlite3": "^4.2.0",
25+
"pg": "8.0.3",
26+
"sqlite3": "^5.0.0",
2427
"mssql": "^6.2.0"
2528
},
2629
"dependencies": {

0 commit comments

Comments
 (0)