-
Notifications
You must be signed in to change notification settings - Fork 3.6k
0.60.0 upgrade commands #12735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.60.0 upgrade commands #12735
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Added empty version commands structure for database upgrade version 0.60.0, but currently lacks implementation of migration commands.
- Empty
VersionCommands
object added inupgrade.command.ts
withbeforeSyncMetadata
andafterSyncMetadata
arrays missing actual migration commands - Follows established pattern seen in previous versions (like 0.54) but needs implementation of specific migration tasks
1 file reviewed, 3 comments
Edit PR Review Bot Settings | Greptile
packages/twenty-server/src/database/commands/upgrade-version-command/upgrade.command.ts
Outdated
Show resolved
Hide resolved
packages/twenty-server/src/database/commands/upgrade-version-command/upgrade.command.ts
Outdated
Show resolved
Hide resolved
packages/twenty-server/src/database/commands/upgrade-version-command/upgrade.command.ts
Outdated
Show resolved
Hide resolved
🚀 Preview Environment Ready! Your preview environment is available at: http://bore.pub:9202 This environment will automatically shut down when the PR is closed or after 5 hours. |
# Introduction Even tho there's no commands we need to add the `0.60.0` entry within the records
# Introduction Even tho there's no commands we need to add the `0.60.0` entry within the records
# Introduction Even tho there's no commands we need to add the `0.60.0` entry within the records
Introduction
Even tho there's no commands we need to add the
0.60.0
entry within the records