summaryrefslogtreecommitdiff
path: root/makima/docs
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-01-16 01:39:16 +0000
committersoryu <soryu@soryu.co>2026-01-16 01:39:16 +0000
commit05931d19bc0c161d0177c3f983d0cd903d5e8ae3 (patch)
treee7a43350f103972707b76c540095449f90a31dff /makima/docs
parentb69dc962cd99aa8b478b7c5facbd56bfb63eda27 (diff)
downloadsoryu-05931d19bc0c161d0177c3f983d0cd903d5e8ae3.tar.gz
soryu-05931d19bc0c161d0177c3f983d0cd903d5e8ae3.zip
Fixup: add task contract type to frontendv0.1.0
Diffstat (limited to 'makima/docs')
-rw-r--r--makima/docs/PLAN-resume-history-system.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/makima/docs/PLAN-resume-history-system.md b/makima/docs/PLAN-resume-history-system.md
index 9e81c93..19d02f3 100644
--- a/makima/docs/PLAN-resume-history-system.md
+++ b/makima/docs/PLAN-resume-history-system.md
@@ -18,7 +18,7 @@ This document provides a detailed, actionable implementation plan for the Resume
### Task 1.1: Create Database Migrations
**Files to Create:**
-- `makima/migrations/20250117000000_history_tables.sql`
+- `makima/migrations/20250118000000_history_tables.sql`
**Schema Changes:**
@@ -1243,7 +1243,7 @@ Phase 5 (Daemon) can be done in parallel with Phases 3-4
### Files to Create
-1. `makima/migrations/20250117000000_history_tables.sql`
+1. `makima/migrations/20250118000000_history_tables.sql`
2. `makima/src/server/handlers/history.rs`
### Files to Modify