-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Remove old message channel sync statuses and create migration command #6177
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
- Renamed command to
migrate-0.22:update-message-channel-sync-status-enum
in/packages/twenty-server/src/database/commands/0-22-update-message-channel-sync-status-enum.command.ts
- Removed deprecated sync statuses and added new ones in
/packages/twenty-server/src/modules/messaging/common/standard-objects/message-channel.workspace-entity.ts
- Reorganized imports and registered new commands in
/packages/twenty-server/src/database/commands/database-command.module.ts
3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
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.
Tested locally, LGTM!
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
(updates since last review)
- Added Kubernetes deployment, service, and persistent volume configurations for
twentycrm-server
andtwentycrm-db
(packages/twenty-docker/k8s/manifests/
) - Introduced Terraform configurations for Kubernetes resources (
packages/twenty-docker/k8s/terraform/
) - Updated address fields and removed
probability
field across multiple modules (packages/twenty-front/src/modules/
,packages/twenty-server/src/modules/
) - Added new commands and modules for database migrations and workspace status management (
packages/twenty-server/src/database/commands/
,packages/twenty-server/src/engine/workspace-manager/
) - Enhanced error handling and refactored import statements for better organization (
packages/twenty-server/src/engine/core-modules/graphql/
,packages/twenty-server/src/engine/api/graphql/
)
141 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
Remove old message channel sync statuses and create migration command