From 2c85c5d545a47f54059561d03c309149c232b1a3 Mon Sep 17 00:00:00 2001 From: xsalonx <65893715+xsalonx@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:32:23 +0200 Subject: [PATCH] fix migration (#1689) --- .../migrations/20240731134539-add-default-GAQ-detectors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/database/migrations/20240731134539-add-default-GAQ-detectors.js b/lib/database/migrations/20240731134539-add-default-GAQ-detectors.js index 309dbf36c8..def51916aa 100644 --- a/lib/database/migrations/20240731134539-add-default-GAQ-detectors.js +++ b/lib/database/migrations/20240731134539-add-default-GAQ-detectors.js @@ -39,7 +39,7 @@ module.exports = { `, { transaction, replacements: { beamType, detectorsNames } }); await setDefaultGaqDetectorsForRunsWithGivenPdpBeamType('pp', ['TPC', 'ITS', 'FT0']); - await setDefaultGaqDetectorsForRunsWithGivenPdpBeamType('pp', ['TPC', 'ITS', 'FT0', 'ZDC']); + await setDefaultGaqDetectorsForRunsWithGivenPdpBeamType('PbPb', ['TPC', 'ITS', 'FT0', 'ZDC']); }), down: async (queryInterface) => queryInterface.sequelize.transaction(async (transaction) => {