fix(API): Do not use names for typeorm connections (#4532)
fix(API): do not use names for typeorm connections
This commit is contained in:
committed by
GitHub
parent
350b356271
commit
f5c20803d7
@@ -34,7 +34,6 @@ const getDBConnectionOptions = (dbType: DatabaseType) => {
|
||||
port: config.getEnv(`database.${configDBType}.port`),
|
||||
};
|
||||
return {
|
||||
name: dbType,
|
||||
entityPrefix,
|
||||
entities: Object.values(entities),
|
||||
migrationsRun: true,
|
||||
|
||||
Reference in New Issue
Block a user