summaryrefslogtreecommitdiff
path: root/makima/docs/PLAN-resume-history-system.md
diff options
context:
space:
mode:
Diffstat (limited to 'makima/docs/PLAN-resume-history-system.md')
-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