add new @WorkspaceIsSearchable decorator + updates services + add migration command (#10507)
closes https://github.com/twentyhq/core-team-issues/issues/345
This commit is contained in:
@ -20,6 +20,7 @@ const mockObjectMetadata: ObjectMetadataInterface = {
|
||||
isActive: true,
|
||||
isRemote: false,
|
||||
isAuditLogged: true,
|
||||
isSearchable: true,
|
||||
};
|
||||
|
||||
describe('objectRecordChangedValues', () => {
|
||||
|
||||
Reference in New Issue
Block a user