fix(channel): add missing features column to List query

The paginated List query was selecting 9 columns but scanning 10 fields,
missing c.features. GetByID and ListAll already included it correctly.
This commit is contained in:
erio
2026-04-07 13:47:12 +08:00
parent 3d4d960d60
commit 1c63ea1448
2 changed files with 4 additions and 29 deletions

View File

@@ -1 +1 @@
0.1.105.13
0.1.108.73