From 5c40f823680fabf3614a95868c706108b08f5229 Mon Sep 17 00:00:00 2001
From: poka <poka@p2p.legal>
Date: Sat, 2 Mar 2024 04:37:07 +0100
Subject: [PATCH] rename custom squid migration script name

---
 commands.json                                                   | 2 +-
 ...d_ud_history_migration.sh => add_custom_squid_migrations.sh} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename scripts/{add_ud_history_migration.sh => add_custom_squid_migrations.sh} (100%)

diff --git a/commands.json b/commands.json
index 2db7061..9f04425 100644
--- a/commands.json
+++ b/commands.json
@@ -20,7 +20,7 @@
     },
     "migration:copy-custom": {
       "description": "Copy custom migrations to the migrations folder",
-      "cmd": ["./scripts/add_ud_history_migration.sh"],
+      "cmd": ["./scripts/add_custom_squid_migrations.sh"],
       "hidden": true
     },
     "migration:apply": {
diff --git a/scripts/add_ud_history_migration.sh b/scripts/add_custom_squid_migrations.sh
similarity index 100%
rename from scripts/add_ud_history_migration.sh
rename to scripts/add_custom_squid_migrations.sh
-- 
GitLab