Skip to content

Commit 1d1718a

Browse files
authored
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
1 parent c48b80d commit 1d1718a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/twenty-server/src/database/commands/upgrade-version-command/upgrade.command.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,16 @@ export class UpgradeCommand extends UpgradeCommandRunner {
165165
afterSyncMetadata: [],
166166
};
167167

168+
const commands_060: VersionCommands = {
169+
afterSyncMetadata: [],
170+
beforeSyncMetadata: [],
171+
};
172+
168173
this.allCommands = {
169174
'0.53.0': commands_053,
170175
'0.54.0': commands_054,
171176
'0.55.0': commands_055,
177+
'0.60.0': commands_060,
172178
};
173179
}
174180

0 commit comments

Comments
 (0)