0.60.0 upgrade commands (#12735)

# Introduction
Even tho there's no commands we need to add the `0.60.0` entry within
the records
This commit is contained in:
Paul Rastoin
2025-06-19 16:09:44 +02:00
committed by GitHub
parent c48b80dfa6
commit 1d1718a8a8

View File

@ -165,10 +165,16 @@ export class UpgradeCommand extends UpgradeCommandRunner {
afterSyncMetadata: [],
};
const commands_060: VersionCommands = {
afterSyncMetadata: [],
beforeSyncMetadata: [],
};
this.allCommands = {
'0.53.0': commands_053,
'0.54.0': commands_054,
'0.55.0': commands_055,
'0.60.0': commands_060,
};
}