Skip to content

Commit 156a29d

Browse files
authored
adding upgrade version command (#14032)
1 parent 595dc5c commit 156a29d

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
@@ -229,6 +229,11 @@ export class UpgradeCommand extends UpgradeCommandRunner {
229229
afterSyncMetadata: [],
230230
};
231231

232+
const commands_140: VersionCommands = {
233+
beforeSyncMetadata: [],
234+
afterSyncMetadata: [],
235+
};
236+
232237
this.allCommands = {
233238
'0.53.0': commands_053,
234239
'0.54.0': commands_054,
@@ -238,6 +243,7 @@ export class UpgradeCommand extends UpgradeCommandRunner {
238243
'1.1.0': commands_110,
239244
'1.2.0': commands_120,
240245
'1.3.0': commands_130,
246+
'1.4.0': commands_140,
241247
};
242248
}
243249

0 commit comments

Comments
 (0)