Skip to content

Commit

Permalink
fix migration (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx authored Jul 31, 2024
1 parent 01211ca commit 2c85c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 2c85c5d

Please sign in to comment.