mock shop page: order listings

This commit is contained in:
2026-02-05 10:33:39 -07:00
parent 925e2b9db8
commit 02893511ba
5 changed files with 56 additions and 1 deletions
+2
View File
@@ -400,6 +400,8 @@ func (db *Store) ListMockListingsForShop(ctx context.Context, acctID int64, plat
WHERE
(account_id IS NULL OR account_id = @account_id)
AND (shop_id IS NULL OR shop_id = @shop_id)
ORDER BY
name
`,
shopTableName,
listingsTableName,