Remove versions from logicFunction (#17540)
## Summary - Remove `latestVersion` and `publishedVersions` columns from `LogicFunction` entity - Remove version parameter from logic function execution, build, and source code retrieval - Update all related services, DTOs, utilities, and tests - Add database migration to drop the version columns
This commit is contained in:
+1
-3
@@ -79,10 +79,8 @@ export const ALL_FLAT_ENTITY_PROPERTIES_TO_COMPARE_AND_STRINGIFY = {
|
||||
(property) => property !== 'code',
|
||||
),
|
||||
'deletedAt',
|
||||
'latestVersion',
|
||||
'publishedVersions',
|
||||
],
|
||||
propertiesToStringify: ['toolInputSchema', 'publishedVersions'],
|
||||
propertiesToStringify: ['toolInputSchema'],
|
||||
},
|
||||
viewFilter: {
|
||||
propertiesToCompare: [
|
||||
|
||||
Reference in New Issue
Block a user