Revert "fix: was not correctly setting teh wolves ID"
This reverts commit 0a21ac2f5d
.
This commit is contained in:
parent
0a21ac2f5d
commit
93481029a6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ async fn update_wolves_id(db: &Pool<Sqlite>) {
|
||||||
SELECT id_wolves
|
SELECT id_wolves
|
||||||
FROM accounts_wolves
|
FROM accounts_wolves
|
||||||
WHERE accounts.mail=accounts_wolves.email
|
WHERE accounts.mail=accounts_wolves.email
|
||||||
)",
|
) IS NOT NULL",
|
||||||
)
|
)
|
||||||
.execute(db)
|
.execute(db)
|
||||||
.await
|
.await
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue