summaryrefslogtreecommitdiff
path: root/makima/src/db/models.rs
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-02-16 19:01:56 +0000
committerGitHub <noreply@github.com>2026-02-16 19:01:56 +0000
commit4bd40f047a6f4703945c6db2811d8feda27241d6 (patch)
treeb53feed7931309520c0886585487d143fc2957f4 /makima/src/db/models.rs
parentb3de779d87450033f1e0361144c621a1d5f1dbf8 (diff)
downloadsoryu-4bd40f047a6f4703945c6db2811d8feda27241d6.tar.gz
soryu-4bd40f047a6f4703945c6db2811d8feda27241d6.zip
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
Diffstat (limited to 'makima/src/db/models.rs')
-rw-r--r--makima/src/db/models.rs2
1 files changed, 1 insertions, 1 deletions
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<Uuid>,
/// Linked directive step (optional)
pub directive_step_id: Option<Uuid>,