mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-21 13:54:36 +00:00
Add status update message
This commit is contained in:
parent
b711fec302
commit
21d5c5b082
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ namespace BirthdayBot.BackgroundServices
|
|||
updatedUsers += await cUpdateGuildUser.ExecuteNonQueryAsync();
|
||||
}
|
||||
}
|
||||
Log($"Updated last-seen records: {updatedGuilds} guilds, {updatedUsers} users");
|
||||
|
||||
// Delete all old values - expects referencing tables to have 'on delete cascade'
|
||||
using var t = db.BeginTransaction();
|
||||
|
|
Loading…
Reference in a new issue