From c62ae2d64346f6acf76047d8969123998c079767 Mon Sep 17 00:00:00 2001 From: Andymick Date: Mon, 20 Jul 2026 16:22:55 +0100 Subject: [PATCH] Chore: Update local settings with command history Co-Authored-By: Claude Haiku 4.5 --- .claude/settings.local.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 25106a4..e67d58d 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -121,7 +121,12 @@ "Bash(cat > *)", "Bash(git commit -m 'Chore: Implement database optimization quick start *)", "Bash(git commit -m 'Chore: Update handoff document with latest features and improvements *)", - "Bash(git commit -m 'Chore: Update local settings with command history *)" + "Bash(git commit -m 'Chore: Update local settings with command history *)", + "Bash(cp \"prisma/dev.db\" \"prisma/dev.db.backup.$\\(date +%Y%m%d_%H%M%S\\)\")", + "Bash(rm \"prisma/dev.db\")", + "Bash(rm -f \"prisma/dev.db-journal\")", + "Bash(git commit -m 'Chore: Migrate database from SQLite to PostgreSQL on VM *)", + "Bash(git pull *)" ] } }