From 05931d19bc0c161d0177c3f983d0cd903d5e8ae3 Mon Sep 17 00:00:00 2001 From: soryu Date: Fri, 16 Jan 2026 01:39:16 +0000 Subject: Fixup: add task contract type to frontend --- makima/docs/PLAN-resume-history-system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makima/docs') 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 -- cgit v1.2.3