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 79d28f0 commit 312e2abCopy full SHA for 312e2ab
backend/internal/stream.js
@@ -369,7 +369,7 @@ const internalStream = {
369
.where('is_deleted', 0)
370
.groupBy('id')
371
.allowGraph('[owner,certificate]')
372
- .orderByRaw('CAST(incoming_port AS INTEGER) ASC');
+ .orderBy('incoming_port', 'ASC');
373
374
if (access_data.permission_visibility !== 'all') {
375
query.andWhere('owner_user_id', access.token.getUserId(1));
0 commit comments