Skip to content

Commit

Permalink
Merge pull request #351 from micronutrientsupport/bgsandan-patch-1
Browse files Browse the repository at this point in the history
fix: sent schema by env var in intervention-premix-calculator.model.ts
  • Loading branch information
bgsandan authored Jan 30, 2024
2 parents d9641b1 + d2caf5f commit 0d0019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/intervention-premix-calculator.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {Entity, model, property} from '@loopback/repository';
settings: {
idInjection: false,
postgresql: {
schema: 'bmgf-andan-intervention-formula-susu-recurring',
schema: process.env.DB_SCHEMA,
table: 'intervention_premix_calculator',
},
},
Expand Down

0 comments on commit 0d0019c

Please sign in to comment.