Skip to content

Commit

Permalink
stg-scheman sijaan dw-schema Lampeen
Browse files Browse the repository at this point in the history
  • Loading branch information
augustk committed Jan 9, 2025
1 parent 5263693 commit e691433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lampi-siirtaja-container/lampi-siirtaja/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const main = async () => {
console.log(`Aloitetaan Ovaran tietojen kopiointi Lampeen`);
console.log(`Tietokannan konfiguraatio: ${dbUri}`.replace(dbPassword, '*****'));

const schemaNames = ['pub', 'stg'];
const schemaNames = ['pub', 'dw'];
const manifest: ManifestItem[] = [];

for (const schemaName of schemaNames) {
Expand Down

0 comments on commit e691433

Please sign in to comment.