twenty/packages/twenty-server/src
Weiko 3249c52767
Add missing objectMetadataId column in auditLog (#6164)
Insert inside AuditLog table are all failing due to objectMetadataId
column missing.
The FieldMetadata was sharing the same standard-id with another one
(objectName) so it was skipped during the comparison step of the
sync-metadata.

Running a sync-metadata again should fix this issue. Note that this
column is non-nullable so if the table contains existing records, it
will fail. However, since the insert was failing I'm assuming the table
is empty anyway.
2024-07-09 13:26:09 +02:00
..
command Reorganise calendar module (#6089) 2024-07-02 13:55:11 +02:00
database Add message import granulary on non-pro emails, group emails and received contact creation (#6156) 2024-07-08 14:33:48 +02:00
engine Add missing objectMetadataId column in auditLog (#6164) 2024-07-09 13:26:09 +02:00
modules Add missing objectMetadataId column in auditLog (#6164) 2024-07-09 13:26:09 +02:00
queue-worker feat: Enhancements to MessageQueue Module with Decorators (#5657) 2024-06-17 09:49:37 +02:00
utils Add message import granulary on non-pro emails, group emails and received contact creation (#6156) 2024-07-08 14:33:48 +02:00
app.module.ts feat: Enhancements to MessageQueue Module with Decorators (#5657) 2024-06-17 09:49:37 +02:00
main.ts 4655 batch endpoints on the rest api (#5411) 2024-05-16 14:15:49 +02:00