Add helper to create a new migration

This commit is contained in:
David Heinemeier Hansson
2025-07-09 10:14:48 -07:00
parent aaedb7d62e
commit b707d1974a

5
bin/omarchy-dev-add-migration Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
next_migration_date=$(git log -1 --format=%cd --date=unix)
touch ~/.local/share/omarchy/migrations/$next_migration_date.sh
nvim ~/.local/share/omarchy/migrations/$next_migration_date.sh