Chore: Update local settings with command history

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Andymick
2026-07-20 16:22:55 +01:00
co-authored by Claude Haiku 4.5
parent 583bc1f4fc
commit c62ae2d643
+6 -1
View File
@@ -121,7 +121,12 @@
"Bash(cat > *)", "Bash(cat > *)",
"Bash(git commit -m 'Chore: Implement database optimization quick start *)", "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 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 *)"
] ]
} }
} }