I was able to update and I see that this update to version 3.4.0.8 removes many orphaned entries from the database, then after a while it fails and shows me the following error:
2025-03-11 23:13:53 [migration: PKP\migration\upgrade\v3_4_0\I8060_UpdateUserLocalesDefaultToEmptyArrayFromNull]
2025-03-11 23:15:23 [migration: PKP\migration\upgrade\v3_4_0\I7245_UpdateUserLocaleStringToParsableJsonString]
2025-03-12 03:15:39 [migration: APP\migration\upgrade\v3_4_0\I7129_IssueEntityDAORefactor]
2025-03-12 03:16:21 [migration: APP\migration\upgrade\v3_4_0\I6091_AddFilterNamespaces]
2025-03-12 03:16:24 [migration: APP\migration\upgrade\v3_4_0\I3573_AddPrimaryKeys]
2025-03-12 13:45:00 [migration: APP\migration\upgrade\v3_4_0\I6093_AddForeignKeys]
2025-03-12 13:45:05 [revert migration: APP\migration\upgrade\v3_4_0\I3573_AddPrimaryKeys]
2025-03-13 11:59:19 [revert migration: APP\migration\upgrade\v3_4_0\I6091_AddFilterNamespaces]
2025-03-13 11:59:25 [revert migration: APP\migration\upgrade\v3_4_0\I7129_IssueEntityDAORefactor]
2025-03-13 11:59:44 [revert migration: PKP\migration\upgrade\v3_4_0\I7245_UpdateUserLocaleStringToParsableJsonString]
2025-03-13 11:59:44 [downgrade for "PKP\migration\upgrade\v3_4_0\I7245_UpdateUserLocaleStringToParsableJsonString" unsupported: Downgrade not supported]
ERROR: Upgrade failed: DB: SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: '0000-00-00' for column 'date_expire' at row 62 (SQL: alter tas_type_id_foreign` foreign key (`type_id`) references `announcement_types` (`type_id`) on delete set null)
How can I fix it to perform the update tests again?