Background
As part of the zone-string change-detection work (#4446), prepare_rule_for_import was updated and the Rule model dropped the rule_from_zone / rule_to_zone integer columns entirely. The link tables (public.rule_from_zone, public.rule_to_zone) remain the authoritative source of truth for resolved zones.
Current State
The two int columns still exist on the rule table but are no longer written by the importer. No code path currently populates them.
Background
As part of the zone-string change-detection work (#4446),
prepare_rule_for_importwas updated and the Rule model dropped therule_from_zone/rule_to_zoneinteger columns entirely. The link tables (public.rule_from_zone,public.rule_to_zone) remain the authoritative source of truth for resolved zones.Current State
The two int columns still exist on the rule table but are no longer written by the importer. No code path currently populates them.