@rws-framework/db 3.12.3 → 3.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -358,7 +358,6 @@ datasource db {
|
|
|
358
358
|
process.env = { ...process.env, [this.dbUrlVarName]: configService.get('db_url') };
|
|
359
359
|
const [_, schemaPath] = utils_1.DbUtils.getProcessedSchemaDir();
|
|
360
360
|
const prismaPath = this.getPrismaExec();
|
|
361
|
-
console.log({ prismaPath });
|
|
362
361
|
// Set environment variables
|
|
363
362
|
const env = {
|
|
364
363
|
...process.env,
|
package/package.json
CHANGED
|
@@ -464,9 +464,7 @@ datasource db {
|
|
|
464
464
|
|
|
465
465
|
const [_, schemaPath] = DbUtils.getProcessedSchemaDir();
|
|
466
466
|
|
|
467
|
-
const prismaPath = this.getPrismaExec();
|
|
468
|
-
|
|
469
|
-
console.log({prismaPath});
|
|
467
|
+
const prismaPath = this.getPrismaExec();
|
|
470
468
|
|
|
471
469
|
// Set environment variables
|
|
472
470
|
const env = {
|