Hi,
I upgraded to 1.170 and get in the logs the following errors:
query failed: ALTER TABLE "core"."file" DROP COLUMN "name"
error: error: column "name" of relation "file" does not exist
[Nest] 75 - 02/16/2026, 8:24:55 PM ERROR [DeleteFileRecordsAndUpdateTableCommand] Rolling back updateFileTable: column "name" of relation "file" does not exist
query failed: ALTER TABLE "core"."file" ADD CONSTRAINT "IDX_APPLICATION_PATH_WORKSPACE_ID_APPLICATION_ID_UNIQUE" UNIQUE ("workspaceId", "applicationId", "path")
error: error: relation "IDX_APPLICATION_PATH_WORKSPACE_ID_APPLICATION_ID_UNIQUE" already exists
[Nest] 75 - 02/16/2026, 8:24:55 PM ERROR [DeleteFileRecordsAndUpdateTableCommand] Rolling back addFileEntityUniqueConstraint: relation "IDX_APPLICATION_PATH_WORKSPACE_ID_APPLICATION_ID_UNIQUE" already exists
[Nest] 75 - 02/16/2026, 8:24:55 PM LOG [MigrateWorkflowCodeStepsCommand] Running MigrateWorkflowCodeStepsCommand for workspace 33d4bc4e-aad0-4f0c-abfd-4baa4c133e9a
[Nest] 75 - 02/16/2026, 8:24:55 PM WARN [UpgradeCommand] Error in workspace 33d4bc4e-aad0-4f0c-abfd-4baa4c133e9a: ENOENT: no such file or directory, scandir '/app/packages/twenty-server/.local-storage/workspace-33d4bc4e-aad0-4f0c-abfd-4baa4c133e9a/built-function/9a2bf14a-6c91-4098-ab44-20d70547ccd3/draft'
[Nest] 75 - 02/16/2026, 8:24:55 PM ERROR [UpgradeCommand] Error in workspace 33d4bc4e-aad0-4f0c-abfd-4baa4c133e9a: ENOENT: no such file or directory, scandir '/app/packages/twenty-server/.local-storage/workspace-33d4bc4e-aad0-4f0c-abfd-4baa4c133e9a/built-function/9a2bf14a-6c91-4098-ab44-20d70547ccd3/draft'
The application is properly starting, but does it will cause some issues?
Thanks