mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 07:55:33 +01:00
prevent null souls on applicant members
This commit is contained in:
@@ -49,7 +49,7 @@ const guildMembersSelectSQL = `
|
|||||||
SELECT
|
SELECT
|
||||||
g.id as guild_id,
|
g.id as guild_id,
|
||||||
joined_at,
|
joined_at,
|
||||||
souls,
|
coalesce(souls, 0) as souls,
|
||||||
c.name,
|
c.name,
|
||||||
character.character_id,
|
character.character_id,
|
||||||
coalesce(gc.order_index, 0) as order_index,
|
coalesce(gc.order_index, 0) as order_index,
|
||||||
|
|||||||
Reference in New Issue
Block a user