You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that Rulesy updates arrival_time_hhmm and depart_time_hhmm for ALL records in the trips table, not just a subset. Also make sure this happens prior to other decisions based on these fields. Following updates these _time_hhmm columns, update reported_duration.
The text was updated successfully, but these errors were encountered:
The beginning part of this is right but we don't need to do "Following updates these _time_hhmm columns, update reported_duration.".
We can update everything according to the timestamps.
Exists as part of stored procedure HHSurvey.recalculate_after_edit , which had been limited to run on edited records but can be applied universally. Ran against current Trip table.
Make sure that Rulesy updates
arrival_time_hhmm
anddepart_time_hhmm
for ALL records in the trips table, not just a subset. Also make sure this happens prior to other decisions based on these fields. Following updates these_time_hhmm
columns, updatereported_duration
.The text was updated successfully, but these errors were encountered: