From 93481029a60c02d75f1623a02b0f7f784f52cd01 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 7 Sep 2025 18:48:32 +0100 Subject: [PATCH] Revert "fix: was not correctly setting teh wolves ID" This reverts commit 0a21ac2f5d99ac846d8dbfb91444ce2e3b0cf075. --- src/bin/update_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/update_data.rs b/src/bin/update_data.rs index e38ad9b..b99f325 100644 --- a/src/bin/update_data.rs +++ b/src/bin/update_data.rs @@ -44,7 +44,7 @@ async fn update_wolves_id(db: &Pool) { SELECT id_wolves FROM accounts_wolves WHERE accounts.mail=accounts_wolves.email - )", + ) IS NOT NULL", ) .execute(db) .await