Reviewed & tested by the community
Project:
Duration Field
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jul 2025 at 08:57 UTC
Updated:
20 Apr 2026 at 21:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tobiasbComment #3
bluegeek9 commentedThank you for reporting this bug.
Which version of Duration field did you upgrade from?
I will take a look at the problem.
Comment #4
tobiasbFrom 8.x-2.1.
Comment #5
albert.garcia commentedPossibly not related specifically to the issue of updating the schema properly, but also upgrading from 2.1 and running 8201 update throws error because it attempts to update non existing tables (in my case, commerce_product__revision__field_duration).
Here's a patch for 2.2 while the whole issue is being looked at, which checks if the table is there before hand.
Comment #7
tobiasbComment #8
tobiasbComment #9
nagy.balint commentedI have the same issue now.
Comment #10
nagy.balint commentedBased on my testing MR50 #6 fixes my issue. Seems to have no side effect in my case.
Comment #11
rprager commentedThe patch in #5 works for my case as well.
Comment #12
davidiio commentedWe have applied this merge request plain diff as a patch on drupal 10.5 and duration_field 2.2.0
Update process looks OK.
Comment #13
bluegeek9 commentedI am reviewing the changes. And intend to make a new release after it is merged.