Skip to content

rule_from_zone / rule_to_zone columns on rule table are never written #4789

@Laennart

Description

@Laennart

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions