File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4265,7 +4265,7 @@ function mainStart() {
42654265 if ( config . settings . mysql != null ) { modules . push ( 'mysql2@3.11.4' ) ; } // Add MySQL.
42664266 //if (config.settings.mysql != null) { modules.push('@mysql /xdevapi@8.0.33'); } // Add MySQL, official driver (https://dev.mysql.com/doc/dev/connector-nodejs/8.0/)
42674267 if ( config . settings . mongodb != null ) { modules . push ( 'mongodb@4.13.0' ) ; modules . push ( 'saslprep@1.0.3' ) ; } // Add MongoDB, official driver.
4268- if ( config . settings . postgres != null ) { modules . push ( 'pg@8.13 .1' ) } // Add Postgres, official driver.
4268+ if ( config . settings . postgres != null ) { modules . push ( 'pg@8.14 .1' ) } // Add Postgres, official driver.
42694269 if ( config . settings . mariadb != null ) { modules . push ( 'mariadb@3.4.0' ) ; } // Add MariaDB, official driver.
42704270 if ( config . settings . acebase != null ) { modules . push ( 'acebase@1.29.5' ) ; } // Add AceBase, official driver.
42714271 if ( config . settings . sqlite3 != null ) { modules . push ( 'sqlite3@5.1.7' ) ; } // Add sqlite3, official driver.
You can’t perform that action at this time.
0 commit comments