From 9f653eef3725217bec1fbc74b6db50c510be599f Mon Sep 17 00:00:00 2001 From: Efril Date: Sun, 10 May 2026 13:30:40 +0700 Subject: [PATCH] fix migration number --- ...s_table.down.sql => 000064_create_user_devices_table.down.sql} | 0 ...vices_table.up.sql => 000064_create_user_devices_table.up.sql} | 0 ..._table.down.sql => 000065_create_notifications_table.down.sql} | 0 ...ions_table.up.sql => 000065_create_notifications_table.up.sql} | 0 ...wn.sql => 000066_create_notification_receivers_table.down.sql} | 0 ...e.up.sql => 000066_create_notification_receivers_table.up.sql} | 0 ...n.sql => 000067_create_notification_deliveries_table.down.sql} | 0 ....up.sql => 000067_create_notification_deliveries_table.up.sql} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename migrations/{000063_create_user_devices_table.down.sql => 000064_create_user_devices_table.down.sql} (100%) rename migrations/{000063_create_user_devices_table.up.sql => 000064_create_user_devices_table.up.sql} (100%) rename migrations/{000064_create_notifications_table.down.sql => 000065_create_notifications_table.down.sql} (100%) rename migrations/{000064_create_notifications_table.up.sql => 000065_create_notifications_table.up.sql} (100%) rename migrations/{000065_create_notification_receivers_table.down.sql => 000066_create_notification_receivers_table.down.sql} (100%) rename migrations/{000065_create_notification_receivers_table.up.sql => 000066_create_notification_receivers_table.up.sql} (100%) rename migrations/{000066_create_notification_deliveries_table.down.sql => 000067_create_notification_deliveries_table.down.sql} (100%) rename migrations/{000066_create_notification_deliveries_table.up.sql => 000067_create_notification_deliveries_table.up.sql} (100%) diff --git a/migrations/000063_create_user_devices_table.down.sql b/migrations/000064_create_user_devices_table.down.sql similarity index 100% rename from migrations/000063_create_user_devices_table.down.sql rename to migrations/000064_create_user_devices_table.down.sql diff --git a/migrations/000063_create_user_devices_table.up.sql b/migrations/000064_create_user_devices_table.up.sql similarity index 100% rename from migrations/000063_create_user_devices_table.up.sql rename to migrations/000064_create_user_devices_table.up.sql diff --git a/migrations/000064_create_notifications_table.down.sql b/migrations/000065_create_notifications_table.down.sql similarity index 100% rename from migrations/000064_create_notifications_table.down.sql rename to migrations/000065_create_notifications_table.down.sql diff --git a/migrations/000064_create_notifications_table.up.sql b/migrations/000065_create_notifications_table.up.sql similarity index 100% rename from migrations/000064_create_notifications_table.up.sql rename to migrations/000065_create_notifications_table.up.sql diff --git a/migrations/000065_create_notification_receivers_table.down.sql b/migrations/000066_create_notification_receivers_table.down.sql similarity index 100% rename from migrations/000065_create_notification_receivers_table.down.sql rename to migrations/000066_create_notification_receivers_table.down.sql diff --git a/migrations/000065_create_notification_receivers_table.up.sql b/migrations/000066_create_notification_receivers_table.up.sql similarity index 100% rename from migrations/000065_create_notification_receivers_table.up.sql rename to migrations/000066_create_notification_receivers_table.up.sql diff --git a/migrations/000066_create_notification_deliveries_table.down.sql b/migrations/000067_create_notification_deliveries_table.down.sql similarity index 100% rename from migrations/000066_create_notification_deliveries_table.down.sql rename to migrations/000067_create_notification_deliveries_table.down.sql diff --git a/migrations/000066_create_notification_deliveries_table.up.sql b/migrations/000067_create_notification_deliveries_table.up.sql similarity index 100% rename from migrations/000066_create_notification_deliveries_table.up.sql rename to migrations/000067_create_notification_deliveries_table.up.sql