From 68422580319f42bbfccb4c7368f8f0b07fb03a0f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 28 Jun 2025 11:51:11 -0700 Subject: [PATCH] Fix this --- migrations/1751136488.sh | 3 --- migrations/1751136619.sh | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 migrations/1751136488.sh create mode 100644 migrations/1751136619.sh diff --git a/migrations/1751136488.sh b/migrations/1751136488.sh deleted file mode 100644 index 2300a51..0000000 --- a/migrations/1751136488.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Rerun these migrations since it required an update to omarchy-update to even get migrations -source 1751134568.sh -source 1751135253.sh diff --git a/migrations/1751136619.sh b/migrations/1751136619.sh new file mode 100644 index 0000000..eb008e8 --- /dev/null +++ b/migrations/1751136619.sh @@ -0,0 +1,3 @@ +# Rerun these migrations since it required an update to omarchy-update to even get migrations +source ~/.local/share/omarchy/migrations/1751134568.sh +source ~/.local/share/omarchy/migrations/1751135253.sh