From 6e212c1513af12185ed3943f2d645fd252ee52fe Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Wed, 10 Jul 2024 16:19:55 +0200 Subject: [PATCH] Change the order of migrations --- ...> 2024_07_10_161855_add_user_id_column_to_customers_table.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename database/migrations/{2024_07_03_135202_add_mailbox_id_column_to_customers_table.php => 2024_07_10_161855_add_user_id_column_to_customers_table.php} (100%) diff --git a/database/migrations/2024_07_03_135202_add_mailbox_id_column_to_customers_table.php b/database/migrations/2024_07_10_161855_add_user_id_column_to_customers_table.php similarity index 100% rename from database/migrations/2024_07_03_135202_add_mailbox_id_column_to_customers_table.php rename to database/migrations/2024_07_10_161855_add_user_id_column_to_customers_table.php