We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38b65c commit d51ee34Copy full SHA for d51ee34
app/db/helpers/gacha.py
@@ -16,6 +16,7 @@
16
func.to_jsonb(mstGacha.table_valued()).label(mstGacha.name),
17
sql_jsonb_agg(mstGachaStoryAdjust),
18
sql_jsonb_agg(mstGachaSub),
19
+ sql_jsonb_agg(mstGachaRelease),
20
sql_jsonb_agg(mstCommonRelease),
21
sql_jsonb_agg(viewGachaFeaturedSvt),
22
).select_from(
0 commit comments