From 2c0f273e843776edc1f655e26d02b366b26b39cb Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Thu, 22 Feb 2024 23:38:55 +0800 Subject: [PATCH] fix: update file name so migration to Drop IP Address is applied (#1447) ## What kind of change does this PR introduce? We need to have the `.up.sql` postfix for auth to detect the migration --------- Co-authored-by: joel --- ...20240115144230_remove_ip_address_from_saml_relay_state.up.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename migrations/{20240115144230_remove_ip_address_from_saml_relay_state.sql => 20240115144230_remove_ip_address_from_saml_relay_state.up.sql} (100%) diff --git a/migrations/20240115144230_remove_ip_address_from_saml_relay_state.sql b/migrations/20240115144230_remove_ip_address_from_saml_relay_state.up.sql similarity index 100% rename from migrations/20240115144230_remove_ip_address_from_saml_relay_state.sql rename to migrations/20240115144230_remove_ip_address_from_saml_relay_state.up.sql