This commit is contained in:
2026-05-02 14:36:26 +03:30
parent f34d5dd198
commit 9c37e98b33
24 changed files with 2021 additions and 29 deletions
@@ -39,7 +39,7 @@ def sync_farmer_calendar_schema(apps, schema_editor):
updated_at DATETIME(6) NOT NULL,
farm_id BIGINT NOT NULL,
CONSTRAINT farmer_calendar_zones_farm_id_fk
FOREIGN KEY (farm_id) REFERENCES farm_hub_farmhub (id)
FOREIGN KEY (farm_id) REFERENCES farm_hubs (id)
)
"""
)