Ormconfig mariadb addition, ts-node to dev dependency

This commit is contained in:
Rupenieks
2020-05-04 11:18:28 +02:00
parent 48a1e0c495
commit 6a9d6526a0
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import {MongoDb, SQLite, MySQLDb, PostgresDb} from './src/databases/index';
import {MongoDb, SQLite, MySQLDb, PostgresDb} from '../src/databases/index';
module.exports = [
{
@@ -84,8 +84,8 @@ module.exports = [
}
},
{
"name": "mysql",
"type": "mysql",
"name": "mariadb",
"type": "mariadb",
"database": "n8n",
"username": "root",
"password": "password",