-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add missing commands to 0.22 #6286
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
- Updated import paths in
/packages/twenty-server/src/database/commands/database-command.module.ts
- Removed three commands from providers in
/packages/twenty-server/src/database/commands/database-command.module.ts
- Added
0-20-update-message-channel-visibility-enum.command.ts
for visibility enum migration - Moved
0-22-add-new-address-field-to-views-with-deprecated-address.command.ts
to new directory - Added three new commands to
/packages/twenty-server/src/database/commands/upgrade-version/0-22/0-22-upgrade-version.module.ts
6 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.
PR Summary
(updates since last review)
- Added
FixObjectMetadataIdStandardIdCommand
to providers in/packages/twenty-server/src/database/commands/upgrade-version/0-22/0-22-upgrade-version.module.ts
- Added
UpdateBooleanFieldsNullDefaultValuesAndNullValuesCommand
to providers in/packages/twenty-server/src/database/commands/upgrade-version/0-22/0-22-upgrade-version.module.ts
- Included
TypeOrmModule
forWorkspace
entity in imports - Added
WorkspaceCacheVersionModule
andDataSourceModule
to imports
1 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.
PR Summary
(updates since last review)
- Added command to handle new address field in views with deprecated address fields
- Updated message channel sync status enum
- Updated message channel sync stage enum
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
No description provided.