From 5ac392943de084694a6725657a0dfad57d2198aa Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Thu, 21 Mar 2024 21:45:09 +0100 Subject: [PATCH] refactor: rename migrations to be consistent --- .../down.sql | 0 .../up.sql | 0 .../down.sql | 0 .../up.sql | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename migrations/{2024-03-15-155708_create_kit_last_seen => 2024-03-15-155708_create-kit-last-seen}/down.sql (100%) rename migrations/{2024-03-15-155708_create_kit_last_seen => 2024-03-15-155708_create-kit-last-seen}/up.sql (100%) rename migrations/{2024-03-15-161913_populate_kit_last_seen => 2024-03-15-161913_populate-kit-last-seen}/down.sql (100%) rename migrations/{2024-03-15-161913_populate_kit_last_seen => 2024-03-15-161913_populate-kit-last-seen}/up.sql (100%) diff --git a/migrations/2024-03-15-155708_create_kit_last_seen/down.sql b/migrations/2024-03-15-155708_create-kit-last-seen/down.sql similarity index 100% rename from migrations/2024-03-15-155708_create_kit_last_seen/down.sql rename to migrations/2024-03-15-155708_create-kit-last-seen/down.sql diff --git a/migrations/2024-03-15-155708_create_kit_last_seen/up.sql b/migrations/2024-03-15-155708_create-kit-last-seen/up.sql similarity index 100% rename from migrations/2024-03-15-155708_create_kit_last_seen/up.sql rename to migrations/2024-03-15-155708_create-kit-last-seen/up.sql diff --git a/migrations/2024-03-15-161913_populate_kit_last_seen/down.sql b/migrations/2024-03-15-161913_populate-kit-last-seen/down.sql similarity index 100% rename from migrations/2024-03-15-161913_populate_kit_last_seen/down.sql rename to migrations/2024-03-15-161913_populate-kit-last-seen/down.sql diff --git a/migrations/2024-03-15-161913_populate_kit_last_seen/up.sql b/migrations/2024-03-15-161913_populate-kit-last-seen/up.sql similarity index 100% rename from migrations/2024-03-15-161913_populate_kit_last_seen/up.sql rename to migrations/2024-03-15-161913_populate-kit-last-seen/up.sql