add simple-schema

This commit is contained in:
tamaina
2021-09-06 12:59:51 +09:00
parent f89a326d7f
commit abbeb9a071
5 changed files with 28 additions and 21 deletions

View File

@@ -158,7 +158,7 @@ export async function initTestDb(justBorrow = false, initEntities?: any[]) {
await conn.close();
} catch (e) {}
return await createConnection({
return createConnection({
type: 'postgres',
host: config.db.host,
port: config.db.port,