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 *)" ] } }