From 4bd40f047a6f4703945c6db2811d8feda27241d6 Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 16 Feb 2026 19:01:56 +0000 Subject: soryu-co/soryu - makima (#66) * feat: soryu-co/soryu - makima: Fix contracts page scrolling overflow * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint --- makima/src/db/models.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makima/src/db/models.rs') diff --git a/makima/src/db/models.rs b/makima/src/db/models.rs index 2951159..33b9795 100644 --- a/makima/src/db/models.rs +++ b/makima/src/db/models.rs @@ -2897,7 +2897,7 @@ pub struct Order { pub order_type: String, /// Flexible labels as JSON array of strings pub labels: serde_json::Value, - /// Linked directive (optional) + /// Linked directive (required for new orders, nullable for legacy rows) pub directive_id: Option, /// Linked directive step (optional) pub directive_step_id: Option, -- cgit v1.2.3